'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("The horizontal alignment of the list items text or shape.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property HozrAlign As HorzAlign
'Usage
Dim instance As NListStyle Dim value As HorzAlign instance.HozrAlign = value value = instance.HozrAlign
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("The horizontal alignment of the list items text or shape.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.Xml.Serialization.XmlAttribute()] public HorzAlign HozrAlign {get; set;}