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
Declaration
public string BackgroundColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
BaseTheme
Declaration
public BaseControlTheme BaseTheme { get; set; }
Property Value
DefaultEventBehavior
Declaration
protected override ControlEventBehavior DefaultEventBehavior { get; }
Property Value
Overrides
Density
Declaration
public ControlDisplayDensity Density { get; set; }
Property Value
FocusColorBorderColor
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
Declaration
public string HoverBackgroundColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
PixelScalingRatio
Declaration
public double PixelScalingRatio { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
SelectedColorBorderColor
Declaration
public string SelectedColorBorderColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
SelectedFocusDateBackgroundColor
Declaration
public string SelectedFocusDateBackgroundColor { get; set; }
Property Value
| Type |
Description |
| System.String |
|
TextColor
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
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