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