Click or drag to resize

DimensionStyleCenterMarkSize Property

Controls drawing of circle or arc center marks and centerlines.

Namespace:  DXFReaderNET.Tables
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public double CenterMarkSize { get; set; }

Property Value

Type: Double
Remarks
0 - No center marks or lines are drawn.
greater than 0 - Center marks are drawn.
lower than 0 - Center marks and centerlines are drawn.
The absolute value specifies the size of the center mark or centerline. The size of the centerline is the length of the centerline segment that extends outside the circle or arc. It is also the size of the gap between the center mark and the start of the centerline. The size of the center mark is the distance from the center of the circle or arc to the end of the center mark.
Default: 0.09
See Also