ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / 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 System.Double
    public System.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 Section.

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

    See Also