[]
Gets or sets a horizontal position of the item within its container object.
public Length Left { get; set; }
| Type | Description |
|---|---|
| Length | A Length value indicating the distance from the left of the container object. |
The default value is 0 if not specified.
var reportItem = new TextBox();
reportItem.Left = new Length("1in");