Nevron .NET Vision
Nevron.Diagram Namespace / NStep3Connector Class
Members


In This Topic
    NStep3Connector Class
    In This Topic
    The NStep3Connector class represents a step connector, which connects its start and end points in three steps
    Object Model
    NStep3Connector Class
    Syntax
    'Usage
     
    
    Dim instance As NStep3Connector
    Remarks
    The position of the middle segment can be controlled in two modes:
    • the middle segment is aligned to the percent location relative to the start and end points. For example 50% is the middle between the start and end points. The percent is controlled by the MiddleControlPointPercent property.
    • the middle segment is aligned to aligned to the far or near side of the start and end points with the specified offset. For example offset 10 positions the middle segment at 10 on the far side of the start and end points. Offset -10 positions the middle segment at -10 on the near side of the start and end points. The offset is controlled by the MiddleControlPointOffset property.
    The mode is determined by the value of the UseMiddleControlPointPercent property.
    Inheritance Hierarchy

    System.Object
       Nevron.Diagram.NDiagramNode
          Nevron.Diagram.NDiagramElement
             Nevron.Diagram.NStyleComposerElement
                Nevron.Diagram.NStyleableElement
                   Nevron.Diagram.NTransformableElement
                      Nevron.Diagram.NModel
                         Nevron.Diagram.NAggregateModel
                            Nevron.Diagram.NShape
                               Nevron.Diagram.NPrimitiveShape
                                  Nevron.Diagram.NPathShape
                                     Nevron.Diagram.NStepConnector
                                        Nevron.Diagram.NStep3Connector

    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