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


In This Topic
    TextColor Property (C1Calendar)
    In This Topic
    Gets or sets the color of the text within the calendar.
    Syntax
    'Declaration
     
    
    <Foundation.ExportAttribute("TextColor")>
    <BrowsableAttribute(True)>
    Public Property TextColor As UIKit.UIColor
    'Usage
     
    
    Dim instance As C1Calendar
    Dim value As UIKit.UIColor
     
    instance.TextColor = value
     
    value = instance.TextColor
    [Foundation.Export("TextColor")]
    [Browsable(true)]
    public UIKit.UIColor TextColor {get; set;}
    See Also