ActiveReports 9
Margin Constructor

The left margin value.
The right margin value.
The top margin value.
The bottom margin value.
Initializes the new instance of Margin class.
Syntax
'Declaration
 
Public Function New( _
   ByVal left As System.Single, _
   ByVal right As System.Single, _
   ByVal top As System.Single, _
   ByVal bottom As System.Single _
)
public Margin( 
   System.float left,
   System.float right,
   System.float top,
   System.float bottom
)

Parameters

left
The left margin value.
right
The right margin value.
top
The top margin value.
bottom
The bottom margin value.
See Also

Reference

Margin Class
Margin Members

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum