Search Results for

    Show / Hide Table of Contents

    Class InfoBoxPositioning

    Positioning class for infoboxes

    Inheritance
    object
    InfoBoxPositioning
    Namespace: Terminaux.Inputs.Styles.Infobox.Tools
    Assembly: Terminaux.dll
    Syntax
    public class InfoBoxPositioning

    Constructors

    | Edit this page View Source

    InfoBoxPositioning()

    Creates a new instance of infobox positioning class with default settings

    Declaration
    public InfoBoxPositioning()
    | Edit this page View Source

    InfoBoxPositioning(InfoBoxPositioning)

    Creates a new instance of infobox positioning class with copied settings

    Declaration
    public InfoBoxPositioning(InfoBoxPositioning positioning)
    Parameters
    Type Name Description
    InfoBoxPositioning positioning

    Positioning settings to copy from

    Properties

    | Edit this page View Source

    Autofit

    Whether to automatically fit the elements or not

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

    ExtraHeight

    Reserved height for elements that will be placed after the information text

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

    GlobalSettings

    Global infobox positioning settings

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

    Height

    Height of the informational box (Autofit must be turned off, does not include extra height)

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

    Left

    Left position of the informational box (Autofit must be turned off)

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

    Top

    Top position of the informational box (Autofit must be turned off)

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

    Width

    Width of the informational box (Autofit must be turned off)

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