AcadPreferencesDisplayClassTextFontSize Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 24.0.0.0
Syntax
public virtual int TextFontSize { get; set; }
Public Overridable Property TextFontSize As Integer
Get
Set
public:
virtual property int TextFontSize {
int get ();
void set (int value);
}
abstract TextFontSize : int with get, set
override TextFontSize : int with get, set
Property Value
Int32
Implements
IAcadPreferencesDisplayTextFontSize
See Also