'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Gets/sets the width of the arrow head relative to the arrow body width")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property ArrowHeadWidthPercent As System.Single
'Usage
Dim instance As NArrowAnnotation Dim value As System.Single instance.ArrowHeadWidthPercent = value value = instance.ArrowHeadWidthPercent
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Gets/sets the width of the arrow head relative to the arrow body width")] [System.Xml.Serialization.XmlAttribute()] public System.float ArrowHeadWidthPercent {get; set;}