Nevron Open Vision Documentation
Nevron.Nov.Diagram.Shapes Namespace / NConnectorShapeFactory Class / CreateSideToSide Method


In This Topic
    CreateSideToSide Method
    In This Topic
    Creates a side to side connector (HVH) that is intended to connect the sides of shapes. If offset is 0, the connector V segment is positioned in the middle, otherwise it is offset on right (if offset is positive) or offset to the left (if offset is negative).
    Syntax
    'Declaration
     
    
    Public Function CreateSideToSide( _
       ByVal offset As System.Double _
    ) As NShape
    'Usage
     
    
    Dim instance As NConnectorShapeFactory
    Dim offset As System.Double
    Dim value As NShape
     
    value = instance.CreateSideToSide(offset)
    public NShape CreateSideToSide( 
       System.double offset
    )

    Parameters

    offset
    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