DatabaseDimtfillclr Property
|
Property that controls the background fill
color of dimension text when DIMTFILL == 2. This property
corresponds to the DIMTFILLCLR system variable.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public Color Dimtfillclr { get; set; }
Public Property Dimtfillclr As Color
Get
Set
public:
property Color^ Dimtfillclr {
Color^ get ();
void set (Color^ value);
}
member Dimtfillclr : Color with get, set
Property Value
Color
See Also