Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / ObjectRect Class / Left Property

In This Topic
    Left Property (ObjectRect)
    In This Topic
    Gets or sets the x-coordinate of the left edge of this ObjectRect, in graphic units.
    Syntax
    'Declaration
     
    Public Property Left As System.Single
    public System.float Left {get; set;}
    See Also