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






In This Topic
    LabelType Enumeration
    In This Topic
    The possible types of DicomObjects.DicomLabel
    Syntax
    'Declaration
     
    
    Public Enum LabelType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LabelType
    public enum LabelType : System.Enum 
    public enum LabelType = class(System.Enum)
    public enum LabelType extends System.Enum
    __value public enum LabelType : public System.Enum 
    public enum class LabelType : public System.Enum 
    Members
    MemberDescription
    ArcArc
    ArrowArrow
    BitmapBitmap - i.e. a set of points - see Image for a picture
    EllipseEllipse or Circle
    FormattedFormatted with Macros
    ImageAn arbitrary Image .NET object
    LineLine
    PolygonPolygon
    PolyLinePolyLine
    RectangleRectangle or Square
    ReferenceLineDynamic Reference Line
    RulerRuler (Scale)
    SpecialAnatomic Side Markers
    TextText
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             DicomObjects.Enums.LabelType

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also