'Declaration
<Foundation.ExportAttribute("PageBackground")> <BrowsableAttribute(True)> Public Property PageBackgroundColor As UIKit.UIColor
'Usage
Dim instance As FlexViewer Dim value As UIKit.UIColor instance.PageBackgroundColor = value value = instance.PageBackgroundColor
[Foundation.Export("PageBackground")] [Browsable(true)] public UIKit.UIColor PageBackgroundColor {get; set;}