DicomObjects.NET.8.48 Documentation
DicomObjects.Enums Namespace / SelectMode Enumeration






    SelectMode Enumeration
    Enumerated values for DicomLabel select mode
    Syntax
    'Declaration
     
    
    <System.FlagsAttribute()>
    Public Enum SelectMode 
       Inherits System.Enum
     
    'Usage
     
    
    Dim instance As SelectMode
    Members
    MemberDescription
    AllHandles Handles are drawn at all relevant "Points" (This only applies to labels of type doLabelPolygon, doLabelPolyline & doLabelArc)
    BoxA bounding box is drawn around the label
    BoxHandlesHandles are drawn at the corners of the above box
    NoneNo highlighting
    Remarks
    Although defined as enumerated types, the values above can be (and normally are) used as bit fields, so the value doSelectBox + doSelectBoxHandles gives a bounding box with visible corners.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.SelectMode

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also