Search Results for

    Show / Hide Table of Contents

    Class SelectionStyleSettings

    Settings for the selection style

    Inheritance
    object
    SelectionStyleSettings
    Namespace: Terminaux.Inputs.Styles.Selection
    Assembly: Terminaux.dll
    Syntax
    public class SelectionStyleSettings

    Properties

    | Edit this page View Source

    AltOptionColor

    Alternative option color

    Declaration
    public Color AltOptionColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    BackgroundColor

    Background color

    Declaration
    public Color BackgroundColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    DisabledOptionColor

    Disabled option color

    Declaration
    public Color DisabledOptionColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    GlobalSettings

    Global selection style settings

    Declaration
    public static SelectionStyleSettings GlobalSettings { get; }
    Property Value
    Type Description
    SelectionStyleSettings
    | Edit this page View Source

    InputColor

    Input color

    Declaration
    public Color InputColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    OptionColor

    Option color

    Declaration
    public Color OptionColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    QuestionColor

    Question color

    Declaration
    public Color QuestionColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    RadioButtons

    Use the radio buttons when dealing with selection style (single-choice)

    Declaration
    public bool RadioButtons { get; set; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    SelectedOptionColor

    Selected option color

    Declaration
    public Color SelectedOptionColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    SeparatorColor

    Separator color

    Declaration
    public Color SeparatorColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    SliderColor

    Slider color

    Declaration
    public Color SliderColor { get; set; }
    Property Value
    Type Description
    Color
    | Edit this page View Source

    TextColor

    Text color

    Declaration
    public Color TextColor { get; set; }
    Property Value
    Type Description
    Color
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX