BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
[C#]
SFMonthViewSettings monthViewSettings = new SFMonthViewSettings();
monthViewSettings.DayHeaderBackgroundColor = UIColor.Blue;
calendar.MonthViewSettings = monthViewSettings;
|
[C#]
SFMonthViewSettings monthViewSettings = new SFMonthViewSettings();
monthViewSettings. DateSelectionColor = UIColor.Blue;
calendar.MonthViewSettings = monthViewSettings;
|