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

In This Topic
    Left Property (TextField)
    In This Topic
    Gets or sets the X coordinate of the field's left edge in twips.
    Syntax
    'Declaration
     
    Public Property Left As Double
    public double Left {get; set;}
    Remarks

    A field's location is the distance from its upper left corner to the upper left corner of its containing SubSection.

    Setting the Left or Top property to zero places the field at the very left or top of its containing section.

    See Also