Share via


CalendarView.OutOfScopeHoverForeground 속성

정의

커서가 끝난 scope 달력 항목의 전경을 제공하는 브러시를 가져오거나 설정합니다.

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

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

속성 값

커서가 끝난 scope 달력 항목의 전경을 제공하는 브러시입니다.

Windows 요구 사항

디바이스 패밀리
Windows 11 (10.0.22000.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v14.0에서 도입되었습니다.)

적용 대상