ActiveReports Developer 7
PaddingEx Structure Members
See Also  Fields  Properties  Methods 
GrapeCity.ActiveReports.Document.v7 Assembly > GrapeCity.ActiveReports Namespace : PaddingEx Structure

Glossary Item Box

The following tables list the members exposed by PaddingEx.

Public Constructors

 NameDescription
Public ConstructorPaddingEx ConstructorOverloaded.   
Top

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)EmptyReturns a PaddingEx 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 PaddingEx object equals the current PaddingEx object.  
Public MethodGetHashCodeGenerates a hash code for the PaddingEx object.  
Top

Public Operators

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

See Also