Nevron Open Vision Documentation
Nevron.Nov.Office Namespace / NSplashScreenForm Class / ScaleDockPadding Method


In This Topic
    ScaleDockPadding Method (NSplashScreenForm)
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub ScaleDockPadding( _
       ByVal dx As System.Single, _
       ByVal dy As System.Single _
    ) 
    'Usage
     
    
    Dim instance As NSplashScreenForm
    Dim dx As System.Single
    Dim dy As System.Single
     
    instance.ScaleDockPadding(dx, dy)
    internal void ScaleDockPadding( 
       System.float dx,
       System.float dy
    )

    Parameters

    dx
    dy
    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