ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ColorPickerTagHelper Class / ShowAlphaChannel Property

In This Topic
    ShowAlphaChannel Property (ColorPickerTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.ColorPicker.ShowAlphaChannel. Sets a value indicating whether the ColorPicker allows users to edit the color's alpha channel (transparency).
    Syntax
    'Declaration
     
    Public Property ShowAlphaChannel As Boolean
    public bool ShowAlphaChannel {get; set;}
    See Also