ActiveReports 12
Padding Constructor(Int32)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > Padding Structure > Padding Constructor : Padding Constructor(Int32)
Applies the same value to all four edges of the control.
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

Reference

Padding Structure
Padding Members
Overload List