[]
Gets the amount of space, in pixels, to be added between two elements.
protected override int GetExtraSpacing(Element above, Element below)
Protected Overrides Function GetExtraSpacing(above As Element, below As Element) As Integer
| Type | Name | Description |
|---|---|---|
| Element | above | Element above the space. |
| Element | below | Element below the space. |
| Type | Description |
|---|---|
| int | Amount of space, in pixels, to be added between the two elements. |