ComponentOne Basic Library for WPF and Silverlight
Alpha Property (C1HslColor)


C1.WPF Namespace > C1HslColor Structure : Alpha Property
Gets or sets the alpha channel of the color.
Syntax
'Declaration
 
Public Property Alpha As System.Byte
'Usage
 
Dim instance As C1HslColor
Dim value As System.Byte
 
instance.Alpha = value
 
value = instance.Alpha
public System.byte Alpha {get; set;}
See Also

Reference

C1HslColor Structure
C1HslColor Members