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 |
|---|---|---|
| left | Single | 0 |
| top | Single | 0 |
| right | Single | 0 |
| bottom | Single | 0 |
See Also