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.

适用于