Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NMagneticFieldForce Class / TorsionCoefficient Property


In This Topic
    TorsionCoefficient Property
    In This Topic
    Gets/sets the torsion coefficient, which affects the power with which the field rotates the edges.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the torsion coefficient, which affects the power with which the field rotates the edges.")>
    <System.ComponentModel.DefaultValueAttribute(1)>
    Public Property TorsionCoefficient As System.Single
    'Usage
     
    
    Dim instance As NMagneticFieldForce
    Dim value As System.Single
     
    instance.TorsionCoefficient = value
     
    value = instance.TorsionCoefficient
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Gets/sets the torsion coefficient, which affects the power with which the field rotates the edges.")]
    [System.ComponentModel.DefaultValue(1)]
    public System.float TorsionCoefficient {get; set;}
    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