Calendar.CalendarButtonStyle プロパティ

定義

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

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

プロパティ値

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

注釈

XAML 属性の使用方法

<object CalendarButtonStyle="{resourceExtension styleResourceKey"/>  

XAML 値

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

styleResourceKey
要求されているリソースを識別するキー。 キーは、 内の既存のリソースを ResourceDictionary参照します。

依存プロパティ情報

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

適用対象