Namespace:  Bricscad.Windows
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
 
public string Text { get; set; }
 
Public Property Text As String
        Get
        Set
 
public:
property String^ Text {
        String^ get ();
        void set (String^ value);
}
 
member Text : string with get, set
 
 
 
Property Value
Type: 
String 
See Also