DicomObjects.NET10 Documentation
DicomObjects Namespace / DicomViewer Class / ShowLabels Property



In This Topic
    ShowLabels Property (DicomViewer)
    In This Topic
    indicates Whether to show labels on the images.
    Syntax
    'Declaration
     
    
    Public Property ShowLabels As Boolean
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As Boolean
     
    instance.ShowLabels = value
     
    value = instance.ShowLabels
    public bool ShowLabels {get; set;}
    public:
    property bool ShowLabels {
       bool get();
       void set (    bool value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also