Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1HslColor Structure / Alpha Property

In This Topic
    Alpha Property (C1HslColor)
    In This Topic
    Gets or sets the alpha channel of the color.
    Syntax
    'Declaration
     
    
    Public Property Alpha As Byte
    public byte Alpha {get; set;}
    See Also