DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomLabel Class / LabelType Property






In This Topic
    LabelType Property
    In This Topic
    Determines the basic type of a label
    Syntax
    'Declaration
     
    
    Public Property LabelType As LabelType
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As LabelType
     
    instance.LabelType = value
     
    value = instance.LabelType
    public LabelType LabelType {get; set;}
    public read-write property LabelType: LabelType; 
    public function get,set LabelType : LabelType
    public: __property LabelType get_LabelType();
    public: __property void set_LabelType( 
       LabelType value
    );
    public:
    property LabelType LabelType {
       LabelType get();
       void set (    LabelType value);
    }
    Remarks
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also