TemplateBindingExtension.Property 속성

정의

바인딩 대상 속성을 가져오거나 설정합니다.

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

속성 값

DependencyProperty

바인딩되는 종속성 속성의 식별자입니다.

설명

XAML 텍스트 사용

XAML 정보는 TemplateBinding 태그 확장을 참조하세요.

적용 대상