WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WINDOWPLACEMENT

    Show / Hide Table of Contents

    Class WINDOWPLACEMENT

    Window Placement

    Inheritance
    System.Object
    WINDOWPLACEMENT
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.Wpf.dll
    Syntax
    public class WINDOWPLACEMENT

    Constructors

    WINDOWPLACEMENT()

    Declaration
    public WINDOWPLACEMENT()

    Fields

    flags

    The Flag value

    Declaration
    public int flags
    Field Value
    Type Description
    System.Int32

    length

    The Length value

    Declaration
    public int length
    Field Value
    Type Description
    System.Int32

    ptMaxPosition

    The Maximum Position

    Declaration
    public POINT ptMaxPosition
    Field Value
    Type Description
    POINT

    ptMinPosition

    The Minimum position

    Declaration
    public POINT ptMinPosition
    Field Value
    Type Description
    POINT

    rcNormalPosition

    The normal position

    Declaration
    public RECT rcNormalPosition
    Field Value
    Type Description
    RECT

    showCmd

    The Show window option

    Declaration
    public ShowWindowOptions showCmd
    Field Value
    Type Description
    ShowWindowOptions
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved