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