FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / TextFieldBase Class / RenderWidth Property

In This Topic
    RenderWidth Property (TextFieldBase)
    In This Topic
    Gets the actual width 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 RenderWidth As Double
    public double RenderWidth {get;}
    See Also