'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;}