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

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

    Parameters

    width
    A width to deflate.

    Return Value

    The resulting width.
    See Also