ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1DockPanel Class / C1DockPanel Constructor



In This Topic
    C1DockPanel Constructor
    In This Topic
    Initializes a new instance of a C1DockPanel.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New C1DockPanel()
    public C1DockPanel()
    public:
    C1DockPanel();
    See Also