Search
Margins Constructor (Single, Single, Single, Single)
See Also
 





Initializes a new instance of the Margins class.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public Margins (
    float left,
    float top,
    float right,
    float bottom
)

Visual Basic  Copy Code

Public New ( _
    left As Single, _
    top As Single, _
    right As Single, _
    bottom As Single _
)

 Parameters

left
The left component of the new Margins.
top
The top component of the new Margins.
right
The right component of the new Margins.
bottom
The bottom component of the new Margins.

 See Also