Calendar.CalendarItemStyle 속성

정의

컨트롤의 Style 내부 CalendarItem 개체와 연결된 개체를 가져오거나 설정합니다.

public:
 property System::Windows::Style ^ CalendarItemStyle { System::Windows::Style ^ get(); void set(System::Windows::Style ^ value); };
public System.Windows.Style CalendarItemStyle { get; set; }
member this.CalendarItemStyle : System.Windows.Style with get, set
Public Property CalendarItemStyle As Style

속성 값

개체의 현재 스타일입니다 CalendarItem .

설명

XAML 특성 사용

<object CalendarItemStyle="{resourceExtension styleResourceKey}"/>

XAML 값

resourceExtension
다음 중 하나: StaticResource 또는 DynamicResource. 자세한 내용은 XAML 리소스를 참조하세요.

styleResourceKey
요청되는 리소스를 식별하는 키입니다. 키는 에 있는 기존 리소스를 참조합니다 ResourceDictionary.

종속성 속성 정보

Item 가치
식별자 필드 CalendarItemStyleProperty
메타데이터 속성이 다음으로 설정됩니다. true None

적용 대상