FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / Section Class / Height Property

In This Topic
    Height Property (Section)
    In This Topic
    Gets the height of the current section in twips. This is the sum of the heights of all sub-sections of the current section.
    Syntax
    'Declaration
     
    Public Property Height As Double
    public double Height {get; set;}
    See Also