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

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

    Parameters

    height
    A height to deflate.

    Return Value

    The resulting height.
    See Also