menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ColorEditorsVisibilityMode - WinUI API Reference | Syncfusion

    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
    ColorEditorsVisibilityMode

    Expandable

    Expand or collapse the color channel editor using Expander.

    Declaration
    public const ColorEditorsVisibilityMode Expandable
    Field Value
    Type
    ColorEditorsVisibilityMode

    Inline

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

    Declaration
    public const ColorEditorsVisibilityMode Inline
    Field Value
    Type
    ColorEditorsVisibilityMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved