InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework.Html Namespace / HtmlElement Class / GetExtraSpacing Method
Element above the space.
Element below the space.

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