你如何在我的控件日历中突出显示多天?

时间:2017-09-06 07:15:32

标签: c# asp.net visual-studio xamarin calendar

我有这个日历,我想突出多个生日,所以每年的同一个日期,如8月3日。谁知道怎么做?

这是我的代码:

<ContentView.Content>
    <controls:Calendar 
        Padding="10,0,10,0" 
        DisabledBorderColor="Black"
        ShowNumberOfWeek="True"
        StartDay="Monday"
        TitleLabelTextColor="Black"
        TitleLeftArrowTextColor="Blue"
        TitleRightArrowTextColor="Blue"
        SelectedDate="{Binding Date}"
        SpecialDates="{Binding Attendances}"
        DateCommand="{Binding DateChosen}" >
    </controls:Calendar>
</ContentView.Content>

0 个答案:

没有答案