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


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