Version

StartupPosition Property

Gets or sets the StartUpPosition property that refelect to position of the XamDialogWindow instance in Show method When it is ManualRelativeToApplication - instance uses values from Left and Top properties, relative to Application, When it is ManualRelativeToContainer - instance uses values from Left and Top properties, relative to ContainerPanel /Parent, when it is CenterContainer - instance is centered on the Canvas, when it is CenterApplication is centered on the RootVisual, when it is Default - instance uses Left=0 and Top = 0 in Show method otherwise it is collapsed
Syntax
'Declaration
 
Public Property StartupPosition As StartupPosition
public StartupPosition StartupPosition {get; set;}
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also