Class InfoBoxSettings
Infobox settings
Inheritance
object
InfoBoxSettings
Namespace: Terminaux.Inputs.Styles.Infobox.Tools
Assembly: Terminaux.dll
Syntax
public class InfoBoxSettings
Constructors
| Edit this page View SourceInfoBoxSettings()
Makes a new instance of the infobox settings
Declaration
public InfoBoxSettings()
InfoBoxSettings(InfoBoxSettings)
Makes a new instance of the infobox settings with the copied settings
Declaration
public InfoBoxSettings(InfoBoxSettings settings)
Parameters
Type | Name | Description |
---|---|---|
InfoBoxSettings | settings | Settings instance to copy settings from |
Properties
| Edit this page View SourceBackgroundColor
Background color of the infobox
Declaration
public Color BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
BorderSettings
Border settings for the informational box
Declaration
public BorderSettings BorderSettings { get; set; }
Property Value
Type | Description |
---|---|
BorderSettings |
ForegroundColor
Foreground color of the infobox
Declaration
public Color ForegroundColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
GlobalSettings
Global infobox settings
Declaration
public static InfoBoxSettings GlobalSettings { get; }
Property Value
Type | Description |
---|---|
InfoBoxSettings |
RadioButtons
Use the radio buttons when dealing with selection infoboxes (single-choice)
Declaration
public bool RadioButtons { get; set; }
Property Value
Type | Description |
---|---|
bool |
Title
Title of the informational box
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
UseColors
Whether to use the colors or not
Declaration
public bool UseColors { get; set; }
Property Value
Type | Description |
---|---|
bool |