Padding Class
Inheritance Hierarchy
Telerik.Reporting.DrawingPadding
Assembly: Telerik.Reporting (in Telerik.Reporting.dll)
Syntax
The Padding type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Bottom |
Gets or sets the padding value for the bottom edge.
|
![]() | Left |
Gets or sets the padding value for the left edge.
|
![]() | Right |
Gets or sets the padding value for the right edge.
|
![]() | Top |
Gets or sets the padding value for the top edge.
|
Methods
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 TextBox item, the Padding property defines the spacing between the border of the TextBox item and its contained text.