ComponentOne ASP.NET MVC Controls
ShowAlphaChannel Method (ColorPickerBuilder)

C1.Web.Mvc.Fluent Namespace > ColorPickerBuilder Class : ShowAlphaChannel Method
The value.
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 Function ShowAlphaChannel( _
   ByVal value As Boolean _
) As ColorPickerBuilder
public ColorPickerBuilder ShowAlphaChannel( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ColorPickerBuilder Class
ColorPickerBuilder Members