ACadSharp.Tables.DimensionStyle.TickSize - DomCR/ACadSharp GitHub Wiki

TickSize Property

Specifies the size of oblique strokes drawn instead of arrowheads for linear, radius, and diameter dimensioning (see DIMTSZ System Variable).

Definition

Namespace: ACadSharp.Tables.DimensionStyle

C#

DxfCodeValueAttribute
public Double TickSize { get; set; }

Property Value

Double

Value

0 Draws arrowheads. >0 Draws oblique strokes instead of arrowheads. The size of the oblique strokes is determined by this value multiplied by the value of .
⚠️ **GitHub.com Fallback** ⚠️