C1.Win.8 Assembly / C1.Framework.Html Namespace / HtmlDiv Class / GetExtraSpacing Method
Element above the space.
Element below the space.

In This Topic
GetExtraSpacing Method (HtmlDiv)
In This Topic
Gets the amount of space, in pixels, to be added between two elements.
Syntax
'Declaration
 
Protected Overrides Function GetExtraSpacing( _
   ByVal above As Element, _
   ByVal below 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.
See Also