System.Windows.Forms.Control.Left Property

Gets or sets the distance, in pixels, between the left edge of the control and the left edge of its container's client area.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Always)]
public int Left { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The Control.Left property value is equivalent to the System.Drawing.Point.X property of the Control.Location property value of the control.

Changes made to the Control.Width and Control.Left property values cause the Control.Right property value of the control to change.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0