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