Struct ArrowHeadData
Settings controlling how an Arrow head is rendered.
public struct ArrowHeadData
Fields
length
offset
Offsets the end point away from the desired position along the arrow's direction.
public Size offset
Field Value
shape
If true, the head will form a closed triangle.
public ArrowHeadShape shape
Field Value
visualOffset
Offsets this head visual from the end point along the arrow's direction.
Unlike offset, this only offsets the head's visuals, while the
arrow's body/line's position will stay the same.
public Size visualOffset
Field Value
width
The width (perpendicular to the arrow's direction) of the arrow head.
public Size width