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