InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 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 Integer _
    ) As Integer
    public int DeflateWidth( 
       int width
    )

    Parameters

    width
    A width to deflate.

    Return Value

    The resulting width.
    See Also