DependencyPropertyValueSource.IsCustomMarkupExtension 属性

定义

获取一个值,指示属性是否设置为自定义标记扩展。Gets a value that indicates whether the property is set to a custom markup extension.

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

属性值

Boolean

如果属性是自定义标记扩展,则为 true;否则为 falsetrue if the property is a custom markup extension; otherwise, false.

适用于