ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / Padding Structure
Fields Properties Methods

In This Topic
    Padding Structure Members
    In This Topic

    The following tables list the members exposed by Padding.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the Padding structure.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Returns a Padding object with no padding.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the padding value for all of the edges.  
    Public PropertyGets or sets the padding value for the bottom edge.  
    Public PropertyGets or sets the combined padding value for the left and right edges.  
    Public PropertyGets or sets the padding value for the left edge.  
    Public PropertyGets or sets the padding value for the right edge.  
    Public PropertyGets the padding information for the control as a System.Drawing.Size structure.  
    Public PropertyGets or sets the padding value for the top edge.  
    Public PropertyGets or sets the combined padding value for the top and bottom edges.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Determines whether the value of the specified Padding object equals the current Padding object.  
    Public MethodGenerates a hash code for the Padding object.  
    Top
    Public Operators
    Tests whether two Padding objects are equivalent.
    Tests whether two Padding objects are not equivalent.
    Top
    See Also