Padding.Left Property

Definition

Gets or sets the padding value for the left edge.

public:
 property int Left { int get(); void set(int value); };
public int Left { get; set; }
member this.Left : int with get, set
Public Property Left As Integer

Property Value

The padding, in pixels, for the left edge.

Remarks

Setting this value can also alter the All property.

Applies to

See also