TemplateBindingExtension.Property プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
バインドされるプロパティを取得または設定します。
public:
property System::Windows::DependencyProperty ^ Property { System::Windows::DependencyProperty ^ get(); void set(System::Windows::DependencyProperty ^ value); };
public System.Windows.DependencyProperty Property { get; set; }
member this.Property : System.Windows.DependencyProperty with get, set
Public Property Property As DependencyProperty
プロパティ値
バインドされる依存関係プロパティの識別子。
注釈
XAML テキストの使用法
XAML の詳細については、「 TemplateBinding マークアップ拡張機能」を参照してください。