'Declaration
<System.ComponentModel.CategoryAttribute("Shape 1D Layout")> <System.ComponentModel.DescriptionAttribute("Gets/sets the magnetization type for a shape, which is threated as a magnetized needle trying to align itself with a magnetic field. Used by force directed layouts with magnetic forces. Applicable for 1D shapes only, when UseDefaultMagnetizationType is set to false..")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property MagnetizationType As MagnetizationType
'Usage
Dim instance As NLayoutData Dim value As MagnetizationType instance.MagnetizationType = value value = instance.MagnetizationType
[System.ComponentModel.Category("Shape 1D Layout")] [System.ComponentModel.Description("Gets/sets the magnetization type for a shape, which is threated as a magnetized needle trying to align itself with a magnetic field. Used by force directed layouts with magnetic forces. Applicable for 1D shapes only, when UseDefaultMagnetizationType is set to false..")] [System.Xml.Serialization.XmlAttribute()] public MagnetizationType MagnetizationType {get; set;}