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


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