AcadPreferencesDisplayClassTextFont Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 24.0.0.0
Syntax
public virtual string TextFont { get; set; }
Public Overridable Property TextFont As String
Get
Set
public:
virtual property String^ TextFont {
String^ get ();
void set (String^ value);
}
abstract TextFont : string with get, set
override TextFont : string with get, set
Property Value
String
Implements
IAcadPreferencesDisplayTextFont
See Also