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


In This Topic
    IncreaseHorizontalSpacing Method
    In This Topic
    Increases the horizontal spacing between the batch nodes with the specified spacing step and preserves the location of the specified anchor
    Syntax
    'Declaration
     
    
    Public Overridable Function IncreaseHorizontalSpacing( _
       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.IncreaseHorizontalSpacing(anchor, spacingStep)
    public virtual NTransactionResult IncreaseHorizontalSpacing( 
       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