| DebugRendererArrowHeadSize Property |
Gets or sets the size of the arrow head (relative to the arrow length).
Namespace: DigitalRune.Graphics.RenderingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float ArrowHeadSize { get; set; }
Public Property ArrowHeadSize As Single
Get
Set
public:
property float ArrowHeadSize {
float get ();
void set (float value);
}
member ArrowHeadSize : float32 with get, set
Property Value
Type:
Single
The relative size of the arrow head. This value should be in the range [0, 1].
See Also