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