ComponentOne Sizer for WinForms
C1.Win.Sizer.8 Assembly / C1.Win.Sizer Namespace / Row Class / SizePercent Property

In This Topic
    SizePercent Property (Row)
    In This Topic
    Gets or sets the height of the Row as a percentage of the grid's height.
    Syntax
    'Declaration
     
    Protected Overrides Property SizePercent As System.Double
    protected override System.double SizePercent {get; set;}
    See Also