Click or drag to resize

StiMargins Constructor (Double, Double, Double, Double)

Creates a new object of the type StiMargins.

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public StiMargins(
	double left,
	double right,
	double top,
	double bottom
)

Parameters

left
Type: SystemDouble
Left margin size on the object.
right
Type: SystemDouble
Right margin size on the object.
top
Type: SystemDouble
Top margin size on the object.
bottom
Type: SystemDouble
Bottom margin size on the object.
See Also