DatabaseQtextmode Property
|
Property that controls the display of text.
This property corresponds to the QTEXTMODE system variable.
ValueDescriptionfalse Text is displayed true Bounding
box is displayed
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool Qtextmode { get; set; }
Public Property Qtextmode As Boolean
Get
Set
public:
property bool Qtextmode {
bool get ();
void set (bool value);
}
member Qtextmode : bool with get, set
Property Value
Boolean
See Also