DicomObjects.NET8 Documentation
DicomObjects Namespace / DicomLabel Class / Visible Property



In This Topic
    Visible Property
    In This Topic
    Controls whether a DicomLabel object is displayed
    Syntax
    'Declaration
     
    
    Public Property Visible As Boolean
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As Boolean
     
    instance.Visible = value
     
    value = instance.Visible
    public bool Visible {get; set;}
    public:
    property bool Visible {
       bool get();
       void set (    bool value);
    }
    Remarks
    A label is only displayed if this property is true, and if the ShowLabels property of the associated image is also true.
    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