Share via


CalendarView.OutOfScopeForeground 屬性

定義

取得或設定筆刷,提供目前範圍外之行事歷專案的前景, (月、年或十年) 。

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

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

屬性值

筆刷,提供目前範圍外行事歷專案的前景。

適用於

另請參閱