FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / TextField Class / RenderHeight Property

In This Topic
    RenderHeight Property (TextField)
    In This Topic
    Gets the actual height of the current field. This property can only be used while the report is being rendered, otherwise it returns -1.
    Syntax
    'Declaration
     
    Public ReadOnly Property RenderHeight As Double
    public double RenderHeight {get;}
    See Also