Nevron .NET Vision
Nevron.Diagram.Batches Namespace / NBatchLayout Class / IncreaseVerticalSpacing Method
anchor node
spacing step


In This Topic
    IncreaseVerticalSpacing Method
    In This Topic
    Increases the vertical spacing between the batch nodes with the specified spacing step and preserves the location of the specified anchor
    Syntax
    'Declaration
     
    
    Public Overridable Function IncreaseVerticalSpacing( _
       ByVal anchor As INNode, _
       ByVal spacingStep As System.Single _
    ) As NTransactionResult
    'Usage
     
    
    Dim instance As NBatchLayout
    Dim anchor As INNode
    Dim spacingStep As System.Single
    Dim value As NTransactionResult
     
    value = instance.IncreaseVerticalSpacing(anchor, spacingStep)
    public virtual NTransactionResult IncreaseVerticalSpacing( 
       INNode anchor,
       System.float spacingStep
    )

    Parameters

    anchor
    anchor node
    spacingStep
    spacing step

    Return Value

    batch result
    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