ComponentOne Basic Library for WPF and Silverlight
CenterOnScreen Method (C1Window)


C1.Silverlight Namespace > C1Window Class : CenterOnScreen Method
Centers the window in its container.
Syntax
'Declaration
 
Public Sub CenterOnScreen() 
'Usage
 
Dim instance As C1Window
 
instance.CenterOnScreen()
public void CenterOnScreen()
Remarks
If the window is not yet loaded the positioning is delayed until it's loaded.
See Also

Reference

C1Window Class
C1Window Members