'Declaration
<System.ComponentModel.CategoryAttribute("Data")> <System.ComponentModel.DescriptionAttribute("Gets/sets the whether primary text of the shape allows downward orientation.")> <System.Xml.Serialization.XmlIgnoreAttribute()> Public Overridable Property AllowDownwardOrientation As System.Boolean
'Usage
Dim instance As NShape Dim value As System.Boolean instance.AllowDownwardOrientation = value value = instance.AllowDownwardOrientation
[System.ComponentModel.Category("Data")] [System.ComponentModel.Description("Gets/sets the whether primary text of the shape allows downward orientation.")] [System.Xml.Serialization.XmlIgnore()] public virtual System.bool AllowDownwardOrientation {get; set;}