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