InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 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
    protected override int GetExtraSpacing( 
       Element above,
       Element below
    )

    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