AcadMTextClassBackgroundFill Property
|
Namespace: BricscadDb
Assembly: BricscadDb (in BricscadDb.dll)
Version: 25.0.0.0
Syntax
public virtual bool BackgroundFill { get; set; }
Public Overridable Property BackgroundFill As Boolean
Get
Set
public:
virtual property bool BackgroundFill {
bool get ();
void set (bool value);
}
abstract BackgroundFill : bool with get, set
override BackgroundFill : bool with get, set
Property Value
Boolean
Implements
IAcadMTextBackgroundFill
See Also