'Declaration
<System.ComponentModel.CategoryAttribute("Model")> <System.ComponentModel.DescriptionAttribute("Gets/sets the arrow type")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property ArrowType As ArrowType
'Usage
Dim instance As NArrowPath Dim value As ArrowType instance.ArrowType = value value = instance.ArrowType
[System.ComponentModel.Category("Model")] [System.ComponentModel.Description("Gets/sets the arrow type")] [System.Xml.Serialization.XmlIgnore()] public ArrowType ArrowType {get; set;}