DependencyPropertyValueSource.IsTemplateBinding 属性

获取一个值,该值指示此 DependencyPropertyValueSource 是否表示一个模板绑定属性。

命名空间:  Microsoft.Windows.Design.PropertyEditing
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
Public ReadOnly Property IsTemplateBinding As Boolean
    Get
public bool IsTemplateBinding { get; }
public:
property bool IsTemplateBinding {
    bool get ();
}
member IsTemplateBinding : bool
function get IsTemplateBinding () : boolean

属性值

类型:System.Boolean
如果此对象表示一个模板绑定属性,则该值为 true;否则该值为 false。

.NET Framework 安全性

请参见

参考

DependencyPropertyValueSource 类

Microsoft.Windows.Design.PropertyEditing 命名空间

其他资源

WPF 设计器扩展性

属性编辑体系结构