Search
Margins Constructor (Single)
See Also
 





Initializes a new instance of the Margins class.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public Margins (
    float value
)

Visual Basic  Copy Code

Public New ( _
    value As Single _
)

 Parameters

value
The initial value for all sides of the new Margins.

 See Also