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

In This Topic
    SizeRatio Property
    In This Topic
    Gets or sets the size of a panel as percentage of the whole remaining area.
    Syntax
    'Declaration
     
    Public Property SizeRatio As System.Double
    public System.double SizeRatio {get; set;}
    See Also