DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / Labels Property






In This Topic
    Labels Property (DicomViewer)
    In This Topic
    The collection of DicomLabel objects to be displayed over a viewer.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.BrowsableAttribute(False)>
    Public ReadOnly Property Labels As DicomLabelCollection
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As DicomLabelCollection
     
    value = instance.Labels
    [System.ComponentModel.Browsable(false)]
    public DicomLabelCollection Labels {get;}
    public read-only property Labels: DicomLabelCollection; 
    System.ComponentModel.BrowsableAttribute()
    public function get Labels : DicomLabelCollection
    [System.ComponentModel.Browsable(false)]
    public: __property DicomLabelCollection* get_Labels();
    [System.ComponentModel.Browsable(false)]
    public:
    property DicomLabelCollection^ Labels {
       DicomLabelCollection^ get();
    }
    Remarks

    The labels in this collection are displayed over the images or blank areas of the viewer.

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also