Intersoft.Client.UI.Aqua.UXDesktop Namespace : StartupLocation Enumeration |
Public Enum StartupLocation Inherits System.Enum
Dim instance As StartupLocation
public enum StartupLocation : System.Enum
public enum class StartupLocation : public System.Enum
Member | Description |
---|---|
Auto | The window location will be determined automatically. |
CenterOwner | The window will be positioned in center relative to the owner/parent. |
CenterScreen | The window will be positioned in center relative to the screen. |
<Grid x:Name="LayoutRoot"> <Intersoft:UXDesktop> <local:HomeWindow WindowName="wndHome" IsActive="True" WindowStartupLocation="CenterScreen"/> </Intersoft:UXDesktop> </Grid>
System.Object
System.ValueType
System.Enum
Intersoft.Client.UI.Aqua.UXDesktop.StartupLocation
Target Platforms: Windows 7, 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