Gets or sets the top offset value.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public Unit Top { get; set; }
Visual Basic
Public Property Top As Unit
	Get
	Set

Remarks

Only absolute Unit values (such as "1mm" or "8in") are allowed.

See Also