RectangleOffset(Single, Single, Single, Single) Constructor
Initializes a new instance of the RectangleOffset class with specified settings.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
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