ActiveReports 12
BorderSizes Constructor(Single,Single,Single,Single)

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > BorderSizes Class > BorderSizes Constructor : BorderSizes Constructor(Single,Single,Single,Single)
Specifies the left border margin.
Specifies the right border margin.
Specifies the top border margin.
Specifies the bottom border margin.
Initializes a new instance of the BorderSizes class with the border margins specified.
Syntax
'Declaration
 
Public Function New( _
   ByVal left As Single, _
   ByVal right As Single, _
   ByVal top As Single, _
   ByVal bottom As Single _
)
public BorderSizes( 
   float left,
   float right,
   float top,
   float bottom
)

Parameters

left
Specifies the left border margin.
right
Specifies the right border margin.
top
Specifies the top border margin.
bottom
Specifies the bottom border margin.
See Also

Reference

BorderSizes Class
BorderSizes Members
Overload List