ClassPadding
Class
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.
Left
Gets or sets the padding value for the left edge.
Right
Gets or sets the padding value for the right 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