DimensionStyleDimLineColor Property
|
Assigns colors to dimension lines, arrowheads, and dimension leader lines.
Namespace:
DXFReaderNET.Tables
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public AciColor DimLineColor { get; set; }
Public Property DimLineColor As AciColor
Get
Set
public:
property AciColor^ DimLineColor {
AciColor^ get ();
void set (AciColor^ value);
}
member DimLineColor : AciColor with get, set
PROPERTY DimLineColor AS AciColor GET SET
Property Value
Type:
AciColorRemarks
Default: ByBlock
Only indexed AciColors are supported.
See Also