ComponentOne Reports for WPF
C1.C1Report Namespace / Field Class / Left Property

In This Topic
    Left Property (Field)
    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 Field.Section.

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

    See Also