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

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

    Parameters

    width
    A width to inflate.

    Return Value

    The resulting width.
    See Also