Gets or sets the left offset value.

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

Syntax

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

Remarks

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

See Also