GrapeCity.ActiveReports.Chart.v9 Assembly > GrapeCity.ActiveReports.Chart Namespace : Padding Structure |
The following tables list the members exposed by Padding.
Name | Description | |
---|---|---|
Padding Constructor | Overloaded. Initializes a new instance of the Padding structure. |
Name | Description | |
---|---|---|
All | Gets or sets the padding value for all of the edges. | |
Bottom | Gets or sets the padding value for the bottom edge. | |
Horizontal | Gets or sets the combined padding value for the left and right edges. | |
Left | Gets or sets the padding value for the left edge. | |
Right | Gets or sets the padding value for the right edge. | |
Size | Gets the padding information for the control as a System.Drawing.Size structure. | |
Top | Gets or sets the padding value for the top edge. | |
Vertical | Gets or sets the combined padding value for the top and bottom edges. |
Name | Description | |
---|---|---|
Equals | Overloaded. Determines whether the value of the specified Padding object equals the current Padding object. | |
GetHashCode | Generates a hash code for the Padding object. |
Equality | Tests whether two Padding objects are equivalent. |
Inequality | Tests whether two Padding objects are not equivalent. |