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 : Enum
Fields
All
Use both Microsoft.UI.Xaml.Controls.Slider and Microsoft.UI.Xaml.Controls.TextBox input controls to edit color parameters.
Declaration
public const ColorInputOptions All
Field Value
Type |
---|
ColorInputOptions |
SliderInput
Use Microsoft.UI.Xaml.Controls.Slider input control to edit color parameters.
Declaration
public const ColorInputOptions SliderInput
Field Value
Type |
---|
ColorInputOptions |
TextInput
Use Microsoft.UI.Xaml.Controls.TextBox input control to edit color parameters.
Declaration
public const ColorInputOptions TextInput
Field Value
Type |
---|
ColorInputOptions |