Control.TemplateProperty プロパティ

定義

テンプレートの依存関係プロパティを識別します。

public:
 static property DependencyProperty ^ TemplateProperty { DependencyProperty ^ get(); };
static DependencyProperty TemplateProperty();
public static DependencyProperty TemplateProperty { get; }
var dependencyProperty = Control.templateProperty;
Public Shared ReadOnly Property TemplateProperty As DependencyProperty

プロパティ値

テンプレート依存関係プロパティの識別子。

適用対象