ComponentOne FinancialChart for WPF
C1.WPF 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 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