Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NRibbonButtonContent Class / SetSpacing Method


In This Topic
    SetSpacing Method
    In This Topic
    Sets the spacing between the parts of the given content widget.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub SetSpacing( _
       ByVal widget As NWidget, _
       ByVal spacing As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NRibbonButtonContent
    Dim widget As NWidget
    Dim spacing As System.Double
     
    instance.SetSpacing(widget, spacing)
    protected virtual void SetSpacing( 
       NWidget widget,
       System.double spacing
    )

    Parameters

    widget
    spacing
    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