ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / Style Class / InflateHeight Method
A height to inflate.

In This Topic
    InflateHeight Method (Style)
    In This Topic
    Inflates the specified height by the values of the current Style margins, padding and border.
    Syntax
    'Declaration
     
    Public Function InflateHeight( _
       ByVal height As System.Integer _
    ) As System.Integer
    public System.int InflateHeight( 
       System.int height
    )

    Parameters

    height
    A height to inflate.

    Return Value

    The resulting height.
    See Also