AutomationProperties.LabeledByProperty 属性

定义

标识 AutomationProperties.LabeledBy attached 属性,该属性是包含此元素的文本标签的自动化元素。

public:
 static property DependencyProperty ^ LabeledByProperty { DependencyProperty ^ get(); };
static DependencyProperty LabeledByProperty();
public static DependencyProperty LabeledByProperty { get; }
var dependencyProperty = AutomationProperties.labeledByProperty;
Public Shared ReadOnly Property LabeledByProperty As DependencyProperty

属性值

AutomationProperties.LabeledBy 附加属性的标识符。

注解

此属性可用于检索组合框的静态文本标签。

适用于