Click or drag to resize
DigitalRuneFigureNodeStrokeAlpha Property
Gets or sets the opacity of the stroked line.

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

Property Value

Type: Single
The opacity of the stroked line. The default value is 1 (opaque).
Remarks
If this value is 0, no lines are not drawn.
See Also