New to Telerik ReportingStart a free 30-day trial

Padding

Class

Represents padding information associated with a report item.

Definition

Namespace:Telerik.Reporting.Drawing

Assembly:Telerik.Reporting.dll

Syntax:

C#
[TypeConverter(typeof(PaddingConverter))]
public class Padding

Inheritance: objectPadding

Properties

Gets or sets the padding value for the bottom edge.

C#
public Unit Bottom { get; set; }
Property Value:

The padding, in Units, for the bottom edge.

Gets or sets the padding value for the left edge.

C#
public Unit Left { get; set; }
Property Value:

The padding, in Units, for the left edge.

Gets or sets the padding value for the right edge.

C#
public Unit Right { get; set; }
Property Value:

The padding, in Units, for the right edge.

Gets or sets the padding value for the top edge.

C#
public Unit Top { get; set; }
Property Value:

The padding, in Units, for the top edge.

Methods

This member overrides ToString()

C#
public override string ToString()
Returns:

string

A string value listing the Padding's members.

Overrides: object.ToString()