AcadPreferencesDisplayClassTextFontStyle Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 24.0.0.0
Syntax
public virtual AcTextFontStyle TextFontStyle { get; set; }
Public Overridable Property TextFontStyle As AcTextFontStyle
Get
Set
public:
virtual property AcTextFontStyle TextFontStyle {
AcTextFontStyle get ();
void set (AcTextFontStyle value);
}
abstract TextFontStyle : AcTextFontStyle with get, set
override TextFontStyle : AcTextFontStyle with get, set
Property Value
AcTextFontStyle
Implements
IAcadPreferencesDisplayTextFontStyle
See Also