Nevron .NET Vision
Nevron.UI Namespace / NUIFrameStyle Class / GetInflate Method


In This Topic
    GetInflate Method (NUIFrameStyle)
    In This Topic
    Gets the non-client inflate to be applied on a themable element.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetInflate() As NPadding
    'Usage
     
    
    Dim instance As NUIFrameStyle
    Dim value As NPadding
     
    value = instance.GetInflate()
    public virtual NPadding GetInflate()
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also