Interface IMarginHV
A structure representing horizontal and vertical margins.
Package: @aurigma/design-editor-iframe
Remarks
ICropMark and ISafetyLine use this structure.
Examples
margin: {
horizontal: 10,
vertical: 8
}
Properties
horizontal
The horizontal margin. This value is used for both left and right margins.
Declaration
horizontal: number;
Property Value
| Type | Description |
|---|---|
| number | The horizontal margin. This value is used for both left and right margins. |
vertical
The vertical margin. This value is used for both top and bottom margins.
Declaration
vertical: number;
Property Value
| Type | Description |
|---|---|
| number | The vertical margin. This value is used for both top and bottom margins. |