| FigureNodeFillAlpha Property |
Gets or sets the fill opacity.
Namespace: DigitalRune.Graphics.SceneGraphAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax public float FillAlpha { get; set; }
Public Property FillAlpha As Single
Get
Set
public:
property float FillAlpha {
float get ();
void set (float value);
}
member FillAlpha : float32 with get, set
Property Value
Type:
SingleThe fill opacity. The default value is 1 (opaque).
Remarks
If this value is 0, the figure is not filled.
See Also