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


In This Topic
    MagnetizationType Property (NMagneticFieldForce)
    In This Topic
    Gets/sets the default magnetization type of force directed edges. By default set to Bidirectional.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the default magnetization type of force directed edges. By default set to Bidirectional.")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property MagnetizationType As MagnetizationType
    'Usage
     
    
    Dim instance As NMagneticFieldForce
    Dim value As MagnetizationType
     
    instance.MagnetizationType = value
     
    value = instance.MagnetizationType
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Gets/sets the default magnetization type of force directed edges. By default set to Bidirectional.")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public MagnetizationType MagnetizationType {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