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