DXMargins(Single, Single, Single, Single) Constructor
Initializes a new instance of the DXMargins class with specified settings.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v25.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| left | Single | The left margin. |
| right | Single | The right margin. |
| top | Single | The top margin. |
| bottom | Single | The bottom margin. |
See Also