GetExtraSpacing Method (HtmlDiv)
Gets the amount of space, in pixels, to be added between two elements.
'Declaration
Protected Overrides Function GetExtraSpacing( _
ByVal As Element, _
ByVal As Element _
) As Integer
Parameters
- above
- Element above the space.
- below
- Element below the space.
Return Value
Amount of space, in pixels, to be added between the two elements.