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