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

In This Topic
    InflateWidth Method (Style)
    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 System.Integer _
    ) As System.Integer
    public System.int InflateWidth( 
       System.int width
    )

    Parameters

    width
    A width to inflate.

    Return Value

    The resulting width.
    See Also