Class ColorPickerGradientViewBase
Inherited Members
Namespace: Telerik.Blazor.Components.Common
Assembly: Telerik.Blazor.dll
Syntax
public class ColorPickerGradientViewBase : ColorPickerViewBase, IColorPickerView, IDisposable, IColorGradientSettings
Constructors
ColorPickerGradientViewBase()
Declaration
public ColorPickerGradientViewBase()
Properties
Format
Specifies the default format in the view. ColorPicker support rgb, hex. Default value is Rgb.
Declaration
public ColorFormat Format { get; set; }
Property Value
ColorFormat
|
Implements
Formats
Specifies the formats displayed for editing in the gradient view. Default value contains rgb and hex.
Declaration
public IEnumerable<ColorFormat> Formats { get; set; }
Property Value
System.Collections.Generic.IEnumerable<ColorFormat>
|
Implements
Icon
Declaration
public override string Icon { get; }
Property Value
System.String
|
Overrides
ShowOpacityEditor
Specifies whether the opacity slider should be rendered. Default value is true
. When opacity is disabled - the alpha slider and alpha input from the colorformats are not rendered.
Declaration
public bool ShowOpacityEditor { get; set; }
Property Value
System.Boolean
|
Implements
ViewType
Declaration
public override ColorPickerView ViewType { get; }
Property Value
ColorPickerView
|
Overrides
Methods
OnParametersSet()
Declaration
protected override void OnParametersSet()