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