Class ColorEditorsVisibilityMode
Specifies options to control the visibility of color channel editors.
Inheritance
System.Object
ColorEditorsVisibilityMode
Namespace: Syncfusion.UI.Xaml.Editors
Assembly: Syncfusion.Editors.WinUI.dll
Syntax
public sealed class ColorEditorsVisibilityMode : Enum
Fields
Collapsed
Hide the color channel editor.
Declaration
public const ColorEditorsVisibilityMode Collapsed
Field Value
Expandable
Expand or collapse the color channel editor using Expander.
Declaration
public const ColorEditorsVisibilityMode Expandable
Field Value
Inline
Host the color channel editor within Microsoft.UI.Xaml.Controls.ColorPicker.
Declaration
public const ColorEditorsVisibilityMode Inline