ComponentOne SplitContainer for WinForms
C1.Win.C1SplitContainer.4.5.2 Assembly / C1.Win.C1SplitContainer Namespace / C1SplitterPanel Class / Size Property

In This Topic
    Size Property (C1SplitterPanel)
    In This Topic
    Gets the height and width of the control.
    Syntax
    'Declaration
     
    Public Shadows Property Size As System.Drawing.Size
    public new System.Drawing.Size Size {get; set;}
    See Also