FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / ParagraphField Class / RenderTop Property

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