Class WindowPlacement
A window placement.
[Serializable]
public class WindowPlacement
- Inheritance
-
WindowPlacement
- Inherited Members
Constructors
WindowPlacement()
Initializes a new instance of the WindowPlacement class.
public WindowPlacement()
Properties
MaximizedPosition
Gets or sets the maximized position.
public Point MaximizedPosition { get; set; }
Property Value
MinimizedPosition
Gets or sets the minimized position.
public Point MinimizedPosition { get; set; }
Property Value
NormalPosition
Gets or sets the normal position.
public Rect NormalPosition { get; set; }
Property Value
ShowCommand
Gets or sets the show command.
public int ShowCommand { get; set; }