ActiveReports 8
Padding Structure Members
See Also  Fields  Properties  Methods 
GrapeCity.ActiveReports.Chart.v8 Assembly > GrapeCity.ActiveReports.Chart Namespace : Padding Structure

Glossary Item Box

The following tables list the members exposed by Padding.

Public Constructors

 NameDescription
Public ConstructorPadding ConstructorOverloaded. Initializes a new instance of the Padding structure.  
Top

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)EmptyReturns a Padding object with no padding.  
Top

Public Properties

 NameDescription
Public PropertyAllGets or sets the padding value for all of the edges.  
Public PropertyBottomGets or sets the padding value for the bottom edge.  
Public PropertyHorizontalGets or sets the combined padding value for the left and right edges.  
Public PropertyLeftGets or sets the padding value for the left edge.  
Public PropertyRightGets or sets the padding value for the right edge.  
Public PropertySizeGets the padding information for the control as a System.Drawing.Size structure.  
Public PropertyTopGets or sets the padding value for the top edge.  
Public PropertyVerticalGets or sets the combined padding value for the top and bottom edges.  
Top

Public Methods

 NameDescription
Public MethodEqualsOverloaded. Determines whether the value of the specified Padding object equals the current Padding object.  
Public MethodGetHashCodeGenerates a hash code for the Padding object.  
Top

Public Operators

public Operator Equality Tests whether two Padding objects are equivalent.
public Operator Inequality Tests whether two Padding objects are not equivalent.
Top

See Also