Class Padding
Represents padding information associated with a report item.
Inheritance
Namespace: Telerik.Reporting.Drawing
Assembly: Telerik.Reporting.dll
Syntax
public class Padding : IPadding
Remarks
The padding is the internal space between the body of the item and its edge.
Padding has a different effect on report items that are containers than
on report items that are not. For example, in a
Panel item, the Padding property
defines the spacing between the border of the Panel and its
child items. For a Text
Properties
Bottom
Gets or sets the padding value for the bottom edge.
Declaration
public Unit Bottom { get; set; }
Property Value
Left
Gets or sets the padding value for the left edge.
Declaration
public Unit Left { get; set; }
Property Value
Right
Gets or sets the padding value for the right edge.
Declaration
public Unit Right { get; set; }
Property Value
Top
Gets or sets the padding value for the top edge.
Declaration
public Unit Top { get; set; }
Property Value
Methods
ToString()
This member overrides System.
Declaration
public override string ToString()
Returns
System. A string value listing the Padding's members. |