Click or drag to resize
DigitalRuneFigureNodeStrokeThickness Property
Gets or sets the stroke thickness.

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

Property Value

Type: Single
The stroke thickness.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException The value is negative.
Remarks
If this value is 0, no lines are drawn.
See Also