InputPanel for WinForms | ComponentOne
C1.Win.5 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 Integer _
    ) As Integer
    public int DeflateHeight( 
       int height
    )

    Parameters

    height
    A height to deflate.

    Return Value

    The resulting height.
    See Also