ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / ParagraphElement Class / GetExtraSpacing Method

In This Topic
    GetExtraSpacing Method (ParagraphElement)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function GetExtraSpacing( _
       ByVal above As Element, _
       ByVal below As Element _
    ) As System.Integer
    protected virtual System.int GetExtraSpacing( 
       Element above,
       Element below
    )

    Parameters

    above
    below
    See Also