Calendar.CalendarDayButtonStyle プロパティ

定義

コントロールの Style 内部オブジェクトに関連付けられている CalendarDayButton を取得または設定します。

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

プロパティ値

Style

CalendarDayButton オブジェクトの現在のスタイル。

注釈

XAML 属性の使用方法

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

XAML 値

resourceExtension
次のいずれか: StaticResource または DynamicResource. 詳細については、「XAML リソース」を参照してください。

styleResourceKey
要求されているリソースを識別するキー。 キーは、 ResourceDictionary.

依存プロパティ情報

識別子フィールド CalendarDayButtonStyleProperty
に設定されたメタデータ プロパティ true なし

適用対象