'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Controls the shape of the arrowhead")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property Shape As ArrowheadShape
'Usage
Dim instance As NArrowheadStyle Dim value As ArrowheadShape instance.Shape = value value = instance.Shape
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Controls the shape of the arrowhead")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.Xml.Serialization.XmlAttribute()] public ArrowheadShape Shape {get; set;}