ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1Window Class / CenterOnScreen Method



In This Topic
    CenterOnScreen Method
    In This Topic
    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