'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Gets or sets the shape of the arrowhead.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property ArrowheadShape As ArrowheadShape
'Usage
Dim instance As NVectorSeries Dim value As ArrowheadShape instance.ArrowheadShape = value value = instance.ArrowheadShape
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Gets or sets the shape of the arrowhead.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public ArrowheadShape ArrowheadShape {get; set;}