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
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As System.Boolean
     
    instance.Visible = value
     
    value = instance.Visible
    public System.bool Visible {get; set;}
    public read-write property Visible: System.Boolean; 
    public function get,set Visible : System.boolean
    public: __property System.bool get_Visible();
    public: __property void set_Visible( 
       System.bool value
    );
    public:
    property System.bool Visible {
       System.bool get();
       void set (    System.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.8 or higher

    See Also