FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / TextField Class / TextField Constructor / TextField Constructor(String,String,Double,Double,Double,Double)
The name of the field
The text of the field.
Left coordinate of the new field, in twips, with respect to its containing section.
Top coordinate of the new field, in twips, with respect to its containing section.
Width of the new field, in twips.
Height of the new field, in twips.

In This Topic
    TextField Constructor(String,String,Double,Double,Double,Double)
    In This Topic
    Initializes a new instance of the TextField class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal name As String, _
       ByVal text As String, _
       ByVal left As Double, _
       ByVal top As Double, _
       ByVal width As Double, _
       ByVal height As Double _
    )
    public TextField( 
       string name,
       string text,
       double left,
       double top,
       double width,
       double height
    )

    Parameters

    name
    The name of the field
    text
    The text of the field.
    left
    Left coordinate of the new field, in twips, with respect to its containing section.
    top
    Top coordinate of the new field, in twips, with respect to its containing section.
    width
    Width of the new field, in twips.
    height
    Height of the new field, in twips.
    See Also