Show / Hide Table of Contents

    Enum WindowBorder

    Window border- resizable, fixed or hidden.

    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public enum WindowBorder

    Fields

    Name Description
    Fixed

    The window border will be visible but the user will not be able to resize it.

    Hidden

    The window border will be hidden (recommended if you want to have your game at full screen, but without using the FullScreen mode that changes the computer's resolution).

    Resizable

    The window border will be visible and the user will be able to resize the window by dragging the border (the default).

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