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


In This Topic
    FieldOrigin Property
    In This Topic
    Gets/sets the magnetic field origin. Only used when the magnetic field direction is set to Polar or Concentric.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Behavior")>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the magnetic field origin. Only used when the magnetic field direction is set to Polar or Concentric.")>
    Public Property FieldOrigin As NPointF
    'Usage
     
    
    Dim instance As NMagneticFieldForce
    Dim value As NPointF
     
    instance.FieldOrigin = value
     
    value = instance.FieldOrigin
    [System.ComponentModel.Category("Behavior")]
    [System.ComponentModel.Description("Gets/sets the magnetic field origin. Only used when the magnetic field direction is set to Polar or Concentric.")]
    public NPointF FieldOrigin {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