DependencyPropertyValueSource.IsTemplateBinding 属性

定义

获取一个值,指示属性是否设置为 TemplateBinding 标记扩展。

public:
 property bool IsTemplateBinding { bool get(); };
public bool IsTemplateBinding { get; }
member this.IsTemplateBinding : bool
Public ReadOnly Property IsTemplateBinding As Boolean

属性值

如果属性设置为模板绑定标记扩展,则为 true;否则为 false

适用于