ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / Padding Structure / Padding Constructor / Padding Constructor(Int32)
Applies the same value to all four edges of the control.

In This Topic
    Padding Constructor(Int32)
    In This Topic
    Initializes a new instance of the Padding structure using the same value for all edges.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal all As Integer _
    )
    public Padding( 
       int all
    )

    Parameters

    all
    Applies the same value to all four edges of the control.
    See Also