Class WINDOWPLACEMENT
Window Placement
Inheritance
System.Object
WINDOWPLACEMENT
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|
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 |