DatabaseDimtfill Property
|
Property that controls the background fill of
dimension text. This property corresponds to the DIMTFILL system
variable. Available values: ValueDescription0 No fill
1 Drawing background color 2 Color specified by DIMTFILLCLR
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int Dimtfill { get; set; }
Public Property Dimtfill As Integer
Get
Set
public:
property int Dimtfill {
int get ();
void set (int value);
}
member Dimtfill : int with get, set
Property Value
Int32
See Also