Nevron .NET Vision
Nevron.Diagram Namespace / NPrimitiveShape Class / PreserveForm Property


In This Topic
    PreserveForm Property
    In This Topic
    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.
    Syntax
    '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;}
    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