Reporting

Gets or sets the padding value for the top edge.

Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)

Syntax

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

Field Value

The padding, in Units, for the top edge.

See Also