RectangleOffset(Single, Single, Single, Single) Constructor
Initializes a new instance of the RectangleOffset class with specified settings.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.2.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
public RectangleOffset(
float left = 0F,
float top = 0F,
float right = 0F,
float bottom = 0F
)
Optional Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| left | Single | 0 | The left offset. |
| top | Single | 0 | The top offset. |
| right | Single | 0 | The right offset. |
| bottom | Single | 0 | The bottom offset. |
See Also