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 SourceAltOptionColor
Alternative option color
Declaration
public Color AltOptionColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
BackgroundColor
Background color
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
DisabledOptionColor
Disabled option color
Declaration
public Color DisabledOptionColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
GlobalSettings
Global selection style settings
Declaration
public static SelectionStyleSettings GlobalSettings { get; }
Property Value
Type | Description |
---|---|
SelectionStyleSettings |
InputColor
Input color
Declaration
public Color InputColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
OptionColor
Option color
Declaration
public Color OptionColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
QuestionColor
Question color
Declaration
public Color QuestionColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
SelectedOptionColor
Selected option color
Declaration
public Color SelectedOptionColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
SeparatorColor
Separator color
Declaration
public Color SeparatorColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
SliderColor
Slider color
Declaration
public Color SliderColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
TextColor
Text color
Declaration
public Color TextColor { get; set; }
Property Value
Type | Description |
---|---|
Color |