RectangleF.Left Property

Definition

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

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

Property Value

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

Attributes

Applies to