'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Whether the callout will draw a baseline or cap at the end of the arrow")> Public Property EnableBaseLine As System.Boolean
'Usage
Dim instance As NArrowCallout Dim value As System.Boolean instance.EnableBaseLine = value value = instance.EnableBaseLine
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Whether the callout will draw a baseline or cap at the end of the arrow")] public System.bool EnableBaseLine {get; set;}