'Declaration
<System.ComponentModel.CategoryAttribute("Model")> <System.ComponentModel.DescriptionAttribute("Gets/sets the arrow head angle (in degrees)")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Property ModelHeadAngle As System.Single
'Usage
Dim instance As NArrowPath Dim value As System.Single instance.ModelHeadAngle = value value = instance.ModelHeadAngle
[System.ComponentModel.Category("Model")] [System.ComponentModel.Description("Gets/sets the arrow head angle (in degrees)")] [System.Xml.Serialization.XmlIgnore()] public System.float ModelHeadAngle {get; set;}