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