Calendar.CalendarItemStyle 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
컨트롤의 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 |