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






    Visible Property (DicomLabel)
    Controls whether a DicomLabel object is displayed
    Syntax
    'Declaration
     
    
    Public Property Visible As System.Boolean
     
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As System.Boolean
     
    instance.Visible = value
     
    value = instance.Visible
    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