[]
        
(Showing Draft Content)

C1.Framework.Html.HtmlDiv.GetExtraSpacing

GetExtraSpacing Method

GetExtraSpacing(Element, Element)

Gets the amount of space, in pixels, to be added between two elements.

Declaration
protected override int GetExtraSpacing(Element above, Element below)
Parameters
Type Name Description
Element above

Element above the space.

Element below

Element below the space.

Returns
Type Description
int

Amount of space, in pixels, to be added between the two elements.

Overrides