Margins(Unit, Unit, Unit, Unit, Unit) Constructor
Initializes a new instance of the Margins class with the specified margin values for all the edges.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
public Margins(
Unit margin,
Unit marginLeft,
Unit marginTop,
Unit marginRight,
Unit marginBottom
)
Parameters
Name | Type | Description |
---|---|---|
margin | Unit | A Unit that is the common margin value for all the four edges. |
marginLeft | Unit | A Unit that is the margin value for the left edge. |
marginTop | Unit | A Unit that is the margin value for the top edge. |
marginRight | Unit | A Unit that is the margin value for the right edge. |
marginBottom | Unit | A Unit that is the margin value for the bottom edge. |
See Also