Extended Library for UWP | ComponentOne
C1.UWP.Extended Assembly / C1.Xaml.Extended Namespace / C1ColorPicker Class / ShowAlphaChannel Property

In This Topic
    ShowAlphaChannel Property (C1ColorPicker)
    In This Topic
    Gets or sets whether the alpha channel must be shown in the advanced control.
    Syntax
    'Declaration
     
    Public Property ShowAlphaChannel As Boolean
    public bool ShowAlphaChannel {get; set;}
    See Also