Nevron .NET Vision
Nevron.Diagram Namespace / NCurvePath Class / Tension Property


In This Topic
    Tension Property (NCurvePath)
    In This Topic
    Gets/sets the curve tension
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Model")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the curve tension")>
    <System.ComponentModel.DefaultValueAttribute(1)>
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property Tension As System.Single
    'Usage
     
    
    Dim instance As NCurvePath
    Dim value As System.Single
     
    instance.Tension = value
     
    value = instance.Tension
    [System.ComponentModel.Category("Model")]
    [System.ComponentModel.Description("Gets/sets the curve tension")]
    [System.ComponentModel.DefaultValue(1)]
    [System.Xml.Serialization.XmlIgnore()]
    public System.float Tension {get; set;}
    Remarks
    By default set to 1. Must be a value between 0 and 1.
    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