Property StartLocation
StartLocation
Gets or sets the position of the window when first shown.
public virtual WindowStartLocation StartLocation { get; set; }
Property Value
- WindowStartLocation
A WindowStartLocation that represents the starting position of the window.
Remarks
This property enables you to set the starting position of the window when it is first shown. This property should be set before the window is shown.