Class
Padding

Represents padding information associated with a report item.

Definition

Namespace:Telerik.Reporting.Drawing

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(PaddingConverter))]
public class Padding

Inheritance: objectPadding

Properties

Bottom

Gets or sets the padding value for the bottom edge.

Declaration

cs-api-definition
public Unit Bottom { get; set; }

Property Value

Unit

The padding, in Units, for the bottom edge.

Left

Gets or sets the padding value for the left edge.

Declaration

cs-api-definition
public Unit Left { get; set; }

Property Value

Unit

The padding, in Units, for the left edge.

Right

Gets or sets the padding value for the right edge.

Declaration

cs-api-definition
public Unit Right { get; set; }

Property Value

Unit

The padding, in Units, for the right edge.

Top

Gets or sets the padding value for the top edge.

Declaration

cs-api-definition
public Unit Top { get; set; }

Property Value

Unit

The padding, in Units, for the top edge.

Methods

ToString()

This member overrides ToString()

Declaration

cs-api-definition
public override string ToString()

Returns

string

A string value listing the Padding's members.

Overrides object.ToString()