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.
Gets or sets the padding value for the left edge.
Gets or sets the padding value for the right edge.
Methods
ToString()
string
This member overrides ToString()
C#
public override string ToString()
string
A string value listing the Padding's members.
Overrides: