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

In This Topic
    Visible Property (DicomLabel)
    In This Topic
    Controls whether a DicomLabel object is displayed
    Syntax
    'Declaration
     
    
    Public Property Visible As System.Boolean
    public System.bool Visible {get; set;}
    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.8 or higher

    See Also