Nevron Open Vision Documentation
Nevron.Nov.Diagram Namespace / NPolylineTo Class / Tension Property


In This Topic
    Tension Property (NPolylineTo)
    In This Topic
    Gets or sets the tension of the curve represented by the PolylineTo command. If tension is 0 it is a polypoint with straigth segments, othwerwise it is a cardinal spline with smooth curves.
    Syntax
    'Declaration
     
    
    Public Property Tension As System.Double
    'Usage
     
    
    Dim instance As NPolylineTo
    Dim value As System.Double
     
    instance.Tension = value
     
    value = instance.Tension
    public System.double Tension {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