Click or drag to resize
DigitalRuneFigureNodeFillAlpha Property
Gets or sets the fill opacity.

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

Property Value

Type: Single
The fill opacity. The default value is 1 (opaque).
Remarks
If this value is 0, the figure is not filled.
See Also