Class ColorEditorsVisibilityMode

    Show / Hide Table of Contents

    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
    Type Description
    ColorEditorsVisibilityMode

    Expandable

    Expand or collapse the color channel editor using Expander.

    Declaration
    public const ColorEditorsVisibilityMode Expandable
    Field Value
    Type Description
    ColorEditorsVisibilityMode

    Inline

    Host the color channel editor within Microsoft.UI.Xaml.Controls.ColorPicker.

    Declaration
    public const ColorEditorsVisibilityMode Inline
    Field Value
    Type Description
    ColorEditorsVisibilityMode

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved