DatabaseMirrtext Property
|
Property that controls the mirroring of Text
with the MIRROR command. This property corresponds to the MIRRTEXT
system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public bool Mirrtext { get; set; }
Public Property Mirrtext As Boolean
Get
Set
public:
property bool Mirrtext {
bool get ();
void set (bool value);
}
member Mirrtext : bool with get, set
Property Value
Boolean
See Also