ComponentOne FinancialChart for WPF
CenterOnScreen Method



C1.WPF 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()
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