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






    LabelType Property
    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
    Remarks
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also