Search Results for

    Show / Hide Table of Contents

    Class WindowStartPosition

    Specifies the initial position of a window.

    Inheritance
    System.Object
    WindowStartPosition
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class WindowStartPosition : Enum

    Fields

    CenterParent

    The window is centered within the bounds of its parent window or center screen if has no parent window specified.

    Declaration
    public const WindowStartPosition CenterParent
    Field Value
    WindowStartPosition

    CenterScreen

    The windows is centered on the current display, and has the dimensions specified in the windows's size.

    Declaration
    public const WindowStartPosition CenterScreen
    Field Value
    WindowStartPosition

    Manual

    The position of the form is determined by the Position property.

    Declaration
    public const WindowStartPosition Manual
    Field Value
    WindowStartPosition

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat