ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / Margin Structure / Margin Constructor
Left margin
Right margin
Top margin
Bottom margin

In This Topic
    Margin Constructor
    In This Topic
    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