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