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

屬性值

Style

CalendarItem 物件的目前樣式。

備註

XAML Attribute Usage

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

XAML 值

resourceExtension
下列其中一項: StaticResourceDynamicResource 。 如需詳細資訊,請參閱 XAML 資源

styleResourceKey
識別所要求資源的索引鍵。 索引鍵是指 中的 ResourceDictionary 現有資源。

相依性屬性資訊

識別碼欄位 CalendarItemStyleProperty
設定為 的中繼資料屬性 true

適用於