'Declaration
<System.ComponentModel.CategoryAttribute("Behavior")> <System.ComponentModel.DescriptionAttribute("Specifies whether the form of the primitive must be preserved, when the start and end points of the shape are modified. This property is only taken into account if the shape aggregates a 1D primitive.")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property PreserveForm As System.Boolean
'Usage
Dim instance As NPrimitiveShape Dim value As System.Boolean instance.PreserveForm = value value = instance.PreserveForm
[System.ComponentModel.Category("Behavior")] [System.ComponentModel.Description("Specifies whether the form of the primitive must be preserved, when the start and end points of the shape are modified. This property is only taken into account if the shape aggregates a 1D primitive.")] [System.Xml.Serialization.XmlAttribute()] public System.bool PreserveForm {get; set;}