StiMargin Constructor (Double, Double, Double, Double) |
Creates a new object of the type StiMargin.
Namespace:
Stimulsoft.Report.Dashboard
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public StiMargin(
double left,
double top,
double right,
double bottom
)
Public Sub New (
left As Double,
top As Double,
right As Double,
bottom As Double
)
Parameters
- left
- Type: SystemDouble
Left margin size on the object. - top
- Type: SystemDouble
Top margin size on the object. - right
- Type: SystemDouble
Right margin size on the object. - bottom
- Type: SystemDouble
Bottom margin size on the object.
See Also