ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1HslColor Structure / Alpha Property

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