Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NGeometry Class / EndDirection Property


In This Topic
    EndDirection Property
    In This Topic
    Gets or sets the direction towards which the end of the geometry is headed for. By default set to Automatic.
    Syntax
    'Declaration
     
    
    Public Property EndDirection As ENGeometryEndDirection
    'Usage
     
    
    Dim instance As NGeometry
    Dim value As ENGeometryEndDirection
     
    instance.EndDirection = value
     
    value = instance.EndDirection
    public ENGeometryEndDirection EndDirection {get; set;}
    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