Show / Hide Table of Contents

    Interface IMessageBoxSettings

    Settings for creating message boxes. Those are created from the "AGSMessageBox" class.

    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public interface IMessageBoxSettings

    Properties

    | Improve this Doc View Source

    ButtonHeight

    Gets or sets the buttons height (if there are any buttons).

    Declaration
    float ButtonHeight { get; set; }
    Property Value
    Type Description
    System.Single

    The button height.

    | Improve this Doc View Source

    ButtonText

    Gets or sets the text configuration for the buttons in the message box (if there are any buttons).

    Declaration
    ITextConfig ButtonText { get; set; }
    Property Value
    Type Description
    ITextConfig

    The button text.

    | Improve this Doc View Source

    ButtonWidth

    Gets or sets the buttons width (if there are any buttons).

    Declaration
    float ButtonWidth { get; set; }
    Property Value
    Type Description
    System.Single

    The button width.

    | Improve this Doc View Source

    ButtonXPadding

    Gets or sets the buttons padding on the x axis (if there are any buttons).

    Declaration
    float ButtonXPadding { get; set; }
    Property Value
    Type Description
    System.Single

    The button X padding.

    | Improve this Doc View Source

    ButtonYPadding

    Gets or sets the buttons padding on the y axis (if there are any buttons).

    Declaration
    float ButtonYPadding { get; set; }
    Property Value
    Type Description
    System.Single

    The button Y padding.

    | Improve this Doc View Source

    DisplayConfig

    Gets or sets the display configuration.

    Declaration
    ISayConfig DisplayConfig { get; set; }
    Property Value
    Type Description
    ISayConfig

    The display config.

    | Improve this Doc View Source

    RenderLayer

    Gets or sets the render layer.

    Declaration
    IRenderLayer RenderLayer { get; set; }
    Property Value
    Type Description
    IRenderLayer

    The render layer.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX