Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Rect Structure / Left Property


In This Topic
    Left Property (Rect)
    In This Topic
    Gets the x-coordinate of the left edge of this Rect structure.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Left As Integer
    'Usage
     
    
    Dim instance As Rect
    Dim value As Integer
     
    value = instance.Left
    public int Left {get;}

    Property Value

    The x-coordinate of the left edge of this Rect structure.
    See Also