Share via


CalendarView.OutOfScopePressedForeground 屬性

定義

取得或設定筆刷,這個筆刷會提供已按下之範圍外行事歷專案的前景。

public:
 property Brush ^ OutOfScopePressedForeground { Brush ^ get(); void set(Brush ^ value); };
Brush OutOfScopePressedForeground();

void OutOfScopePressedForeground(Brush value);
public Brush OutOfScopePressedForeground { get; set; }
var brush = calendarView.outOfScopePressedForeground;
calendarView.outOfScopePressedForeground = brush;
Public Property OutOfScopePressedForeground As Brush
<CalendarView OutOfScopePressedForeground="{StaticResource resourceName}"/>
- or -
<CalendarView OutOfScopePressedForeground="colorString"/>
- or -
<CalendarView>
  CalendarView.OutOfScopePressedForeground>singleBrush</CalendarView.OutOfScopePressedForeground>
</CalendarView>

屬性值

筆刷,提供已按下之範圍外行事曆專案的前景。

適用於