DimensionStyleTextColor Property
|
Gets or set the color of dimension text.
Namespace:
DXFReaderNET.Tables
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public AciColor TextColor { get; set; }
Public Property TextColor As AciColor
Get
Set
public:
property AciColor^ TextColor {
AciColor^ get ();
void set (AciColor^ value);
}
member TextColor : AciColor with get, set
PROPERTY TextColor AS AciColor GET SET
Property Value
Type:
AciColorRemarks
Default: ByBlock
Only indexed AciColors are supported.
See Also