Click or drag to resize
DigitalRuneDebugRendererArrowHeadSize Property
Gets or sets the size of the arrow head (relative to the arrow length).

Namespace: DigitalRune.Graphics.Rendering
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public float ArrowHeadSize { get; set; }

Property Value

Type: Single
The relative size of the arrow head. This value should be in the range [0, 1].
See Also