Search Results for

    Show / Hide Table of Contents

    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 Source

    InfoBoxSettings()

    Makes a new instance of the infobox settings

    Declaration
    public InfoBoxSettings()
    | Edit this page View Source

    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 Source

    BackgroundColor

    Background color of the infobox

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

    BorderSettings

    Border settings for the informational box

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

    ForegroundColor

    Foreground color of the infobox

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

    GlobalSettings

    Global infobox settings

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

    RadioButtons

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

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

    Title

    Title of the informational box

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

    UseColors

    Whether to use the colors or not

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