Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NSkin Class / SetPaddingRecursively Method


In This Topic
    SetPaddingRecursively Method
    In This Topic
    Sets the padding of this skin and removes the padding of its states, so that they inherit it from the skin.
    Syntax
    'Declaration
     
    
    Public Sub SetPaddingRecursively( _
       ByVal padding As NMargins _
    ) 
    'Usage
     
    
    Dim instance As NSkin
    Dim padding As NMargins
     
    instance.SetPaddingRecursively(padding)
    public void SetPaddingRecursively( 
       NMargins padding
    )

    Parameters

    padding
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also