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

    PasswordMaskChar

    Password mask character

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

    Positioning

    Positioning settings

    Declaration
    public InfoBoxPositioning Positioning { get; set; }
    Property Value
    Type Description
    InfoBoxPositioning
    | 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

    UsePopover

    Use popover for multi-input selections

    Declaration
    public bool UsePopover { get; set; }
    Property Value
    Type Description
    bool

    Methods

    | Edit this page View Source

    SetBackgroundColor(Color?)

    Sets the background color of the infobox

    Declaration
    public void SetBackgroundColor(Color? color)
    Parameters
    Type Name Description
    Color color

    Color to set. If null, inherits the color from the theme.

    | Edit this page View Source

    SetForegroundColor(Color?)

    Sets the foreground color of the infobox

    Declaration
    public void SetForegroundColor(Color? color)
    Parameters
    Type Name Description
    Color color

    Color to set. If null, inherits the color from the theme.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX