Input for WinForms | ComponentOne
C1.Framework Namespace / Style Class / InflateHeight Method
A height to inflate.

In This Topic
    InflateHeight Method
    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 Integer _
    ) As Integer
    public int InflateHeight( 
       int height
    )

    Parameters

    height
    A height to inflate.

    Return Value

    The resulting height.
    See Also