'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.DescriptionAttribute("Gets/sets the horizontal alignment.")> Public Property HAlign As PopupHAlignment
'Usage
Dim instance As NPopupPlacementInfo Dim value As PopupHAlignment instance.HAlign = value value = instance.HAlign
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Description("Gets/sets the horizontal alignment.")] public PopupHAlignment HAlign {get; set;}