Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / C1Calendar Class / DisabledTextColor Property


In This Topic
    DisabledTextColor Property
    In This Topic
    Gets or sets the color for the text of disabled slots.
    Syntax
    '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;}
    See Also