Class WINDOWPLACEMENT
Window Placement
Inheritance
System.Object
WINDOWPLACEMENT
Namespace: Syncfusion.Windows.Shared
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public class WINDOWPLACEMENT : Object
Constructors
WINDOWPLACEMENT()
Declaration
public WINDOWPLACEMENT()
Fields
flags
The Flag value
Declaration
public int flags
Field Value
Type |
---|
System.Int32 |
length
The Length value
Declaration
public int length
Field Value
Type |
---|
System.Int32 |
ptMaxPosition
The Maximum Position
Declaration
public POINT ptMaxPosition
Field Value
Type |
---|
POINT |
ptMinPosition
The Minimum position
Declaration
public POINT ptMinPosition
Field Value
Type |
---|
POINT |
rcNormalPosition
The normal position
Declaration
public RECT rcNormalPosition
Field Value
Type |
---|
RECT |
showCmd
The Show window option
Declaration
public ShowWindowOptions showCmd
Field Value
Type |
---|
ShowWindowOptions |