CalendarView.CalendarItemBackground 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定提供行事曆專案背景的筆刷。
public:
property Brush ^ CalendarItemBackground { Brush ^ get(); void set(Brush ^ value); };
Brush CalendarItemBackground();
void CalendarItemBackground(Brush value);
public Brush CalendarItemBackground { get; set; }
var brush = calendarView.calendarItemBackground;
calendarView.calendarItemBackground = brush;
Public Property CalendarItemBackground As Brush
<CalendarView CalendarItemBackground="{StaticResource resourceName}"/>
- or -
<CalendarView CalendarItemBackground="colorString"/>
- or -
<CalendarView>
CalendarView.CalendarItemBackground>singleBrush</CalendarView.CalendarItemBackground>
</CalendarView>
屬性值
提供行事曆專案背景的筆刷。