ComponentOne FinancialChart for WPF
Alpha Property



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

Reference

C1HslColor Structure
C1HslColor Members