Rectangle.Left Property

Definition

Gets the x-coordinate of the left edge of this Rectangle structure.

public:
 property int Left { int get(); };
[System.ComponentModel.Browsable(false)]
public int Left { get; }
public int Left { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Left : int
member this.Left : int
Public ReadOnly Property Left As Integer

Property Value

The x-coordinate of the left edge of this Rectangle structure.

Attributes

Applies to