AcadPreferencesDisplayClassTextWinBackgrndColor
Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 24.0.0.0
Syntax
public virtual uint TextWinBackgrndColor { get; set; }
Public Overridable Property TextWinBackgrndColor As UInteger
Get
Set
public:
virtual property unsigned int TextWinBackgrndColor {
unsigned int get ();
void set (unsigned int value);
}
abstract TextWinBackgrndColor : uint32 with get, set
override TextWinBackgrndColor : uint32 with get, set
Property Value
UInt32
Implements
IAcadPreferencesDisplayTextWinBackgrndColor
See Also