Click or drag to resize

ColorAlpha Property

Gets the opacity channel value in the 0..1 range. When the value is 1, the color is 100% opaque. When 0, the color is 100% transparent.

Namespace:  DotNetBrowser.Ui
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public float Alpha { get; }

Property Value

Type: Single
The opacity channel value in the 0..1 range.
See Also