Class IgbColorEditorPanel
Inheritance
System.Object
IgbColorEditorPanel
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbColorEditorPanel : BaseRendererControl, RefSink, JsonSerializable, IDisposable
Constructors
IgbColorEditorPanel()
Declaration
public IgbColorEditorPanel()
Properties
ActualPixelScalingRatio
Declaration
public double ActualPixelScalingRatio { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
BackgroundColor
Gets or Sets the selected color background color
Declaration
public string BackgroundColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
BaseTheme
Gets or sets the base built in theme to use for the ColorEditorPanel.
Declaration
public BaseControlTheme BaseTheme { get; set; }
Property Value
DefaultEventBehavior
Declaration
protected override ControlEventBehavior DefaultEventBehavior { get; }
Property Value
Overrides
Density
Gets or sets the display density to use for the ColorEditorPanel.
Declaration
public ControlDisplayDensity Density { get; set; }
Property Value
FocusColorBorderColor
Gets or Sets the focus color border color
Declaration
public string FocusColorBorderColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
FontFamily
Declaration
public string FontFamily { get; set; }
Property Value
| Type |
Description |
| System.String |
|
FontSize
Declaration
public double FontSize { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
FontStyle
Declaration
public string FontStyle { get; set; }
Property Value
| Type |
Description |
| System.String |
|
FontWeight
Declaration
public string FontWeight { get; set; }
Property Value
| Type |
Description |
| System.String |
|
HoverBackgroundColor
Gets or Sets the focus date background color
Declaration
public string HoverBackgroundColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
PixelScalingRatio
Gets or sets the scaling value used to affect the pixel density of the control.
Declaration
public double PixelScalingRatio { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
SelectedColorBorderColor
Gets or Sets the selected color boreder color
Declaration
public string SelectedColorBorderColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
SelectedFocusDateBackgroundColor
Gets or Sets the selected color border color
Declaration
public string SelectedFocusDateBackgroundColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
TextColor
Gets or Sets the selected date text color
Declaration
public string TextColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Type
Declaration
public override string Type { get; }
Property Value
| Type |
Description |
| System.String |
|
Overrides
Value
Gets or Sets the value for the color editor panel.
Declaration
public string Value { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ValueChanged
Declaration
public EventCallback<IgbColorEditorPanelSelectedValueChangedEventArgs> ValueChanged { get; set; }
Property Value
ValueChangedScript
Declaration
public string ValueChangedScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ValueChanging
Declaration
public Action<IgbColorEditorPanelSelectedValueChangedEventArgs> ValueChanging { get; set; }
Property Value
ValueChangingScript
Declaration
public string ValueChangingScript { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
EnsureModulesLoaded()
Declaration
protected override void EnsureModulesLoaded()
Overrides
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
| Type |
Name |
Description |
| System.String |
name |
|
Returns
| Type |
Description |
| System.Object |
|
Overrides
GetCurrentValue()
Declaration
public string GetCurrentValue()
Returns
| Type |
Description |
| System.String |
|
GetCurrentValueAsync()
Declaration
public Task<string> GetCurrentValueAsync()
Returns
| Type |
Description |
| System.Threading.Tasks.Task<System.String> |
|
Implements
System.IDisposable