DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomGlobal Class / ShowTextBoxForPresentationStates Property






In This Topic
    ShowTextBoxForPresentationStates Property
    In This Topic
    Controls whether bounding boxes are drawn around internally generated DicomLabel objects derived from text entries in Presentation States
    Syntax
    'Declaration
     
    
    Public Shared Property ShowTextBoxForPresentationStates As System.Boolean
    'Usage
     
    
    Dim value As System.Boolean
     
    DicomGlobal.ShowTextBoxForPresentationStates = value
     
    value = DicomGlobal.ShowTextBoxForPresentationStates
    public static System.bool ShowTextBoxForPresentationStates {get; set;}
    public read-write property ShowTextBoxForPresentationStates: System.Boolean; static; 
    public static function get,set ShowTextBoxForPresentationStates : System.boolean
    public: __property static System.bool get_ShowTextBoxForPresentationStates();
    public: __property static void set_ShowTextBoxForPresentationStates( 
       System.bool value
    );
    public:
    static property System.bool ShowTextBoxForPresentationStates {
       System.bool get();
       void set (    System.bool value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also