Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Rectangle Structure / Left Property


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

    Property Value

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