ComponentOne ASP.NET MVC Controls
ShowAlphaChannel Method (InputColorBuilder)

C1.Web.Mvc.Fluent Namespace > InputColorBuilder Class : ShowAlphaChannel Method
The value.
Configurates C1.Web.Mvc.InputColor.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 InputColorBuilder
public InputColorBuilder ShowAlphaChannel( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

InputColorBuilder Class
InputColorBuilder Members