Gets or sets the bottom offset value.

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

Syntax

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

Remarks

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

See Also