Class ColorInputOptions
Specified different type of editor (TextInput, Slider or both) to edit the color value.
Inheritance
System.Object
    ColorInputOptions
  Namespace: Syncfusion.UI.Xaml.Editors
Assembly: Syncfusion.Editors.WinUI.dll
Syntax
public sealed class ColorInputOptions : EnumFields
All
Use both Microsoft.UI.Xaml.Controls.Slider and Microsoft.UI.Xaml.Controls.TextBox input controls to edit color parameters.
Declaration
public const ColorInputOptions AllField Value
| Type | 
|---|
| ColorInputOptions | 
SliderInput
Use Microsoft.UI.Xaml.Controls.Slider input control to edit color parameters.
Declaration
public const ColorInputOptions SliderInputField Value
| Type | 
|---|
| ColorInputOptions | 
TextInput
Use Microsoft.UI.Xaml.Controls.TextBox input control to edit color parameters.
Declaration
public const ColorInputOptions TextInputField Value
| Type | 
|---|
| ColorInputOptions |