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






In This Topic
    ShowTextBox Property
    In This Topic
    Controls whether text boxes have a visible border
    Syntax
    'Declaration
     
    
    Public Property ShowTextBox As System.Boolean
    'Usage
     
    
    Dim instance As DicomLabel
    Dim value As System.Boolean
     
    instance.ShowTextBox = value
     
    value = instance.ShowTextBox
    public System.bool ShowTextBox {get; set;}
    public read-write property ShowTextBox: System.Boolean; 
    public function get,set ShowTextBox : System.boolean
    public: __property System.bool get_ShowTextBox();
    public: __property void set_ShowTextBox( 
       System.bool value
    );
    public:
    property System.bool ShowTextBox {
       System.bool get();
       void set (    System.bool value);
    }
    Remarks
    If true, then the area occupied by a text label is outlined.
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also