Show / Hide Table of Contents

    Interface IForm

    A form (a panel with a header).

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

    Properties

    | Improve this Doc View Source

    Contents

    Gets the contents panel.

    Declaration
    IPanel Contents { get; }
    Property Value
    Type Description
    IPanel

    The contents.

    | Improve this Doc View Source

    Header

    Gets the header.

    Declaration
    ILabel Header { get; }
    Property Value
    Type Description
    ILabel

    The header.

    | Improve this Doc View Source

    Height

    Gets the height.

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

    The height.

    | Improve this Doc View Source

    Visible

    Gets or sets a value indicating whether this IForm is visible.

    Declaration
    bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if visible; otherwise, false.

    | Improve this Doc View Source

    Width

    Gets or sets the width.

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

    The width.

    | Improve this Doc View Source

    X

    Gets or sets the x.

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

    The x.

    | Improve this Doc View Source

    Y

    Gets or sets the y.

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

    The y.

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