ActiveReports 13
Margin Constructor

GrapeCity.ActiveReports.Viewer.Wpf Assembly > GrapeCity.Viewer.Common Namespace > Margin Structure : Margin Constructor
Left margin
Right margin
Top margin
Bottom margin
Ctor
Syntax
'Declaration
 
Public Function New( _
   ByVal left As Single, _
   ByVal right As Single, _
   ByVal top As Single, _
   ByVal bottom As Single _
)
public Margin( 
   float left,
   float right,
   float top,
   float bottom
)

Parameters

left
Left margin
right
Right margin
top
Top margin
bottom
Bottom margin
See Also

Reference

Margin Structure
Margin Members