menu

Class ColorInputOptions - API Reference

    Show / Hide Table of Contents

    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 Description
    ColorInputOptions

    SliderInput

    Use Microsoft.UI.Xaml.Controls.Slider input control to edit color parameters.

    Declaration
    public const ColorInputOptions SliderInput
    Field Value
    Type Description
    ColorInputOptions

    TextInput

    Use Microsoft.UI.Xaml.Controls.TextBox input control to edit color parameters.

    Declaration
    public const ColorInputOptions TextInput
    Field Value
    Type Description
    ColorInputOptions

    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