DicomObjects.NET.V8
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: .NET CLR 4.0 or higher

    See Also