AutomationProperties.LevelProperty 属性

定义

获取 Level 附加属性的标识符,该属性是与自动化元素关联的从 1 开始的整数。

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

属性值

Level 附加属性的标识符。

注解

Level 属性描述元素在分层或损坏的层次结构中的位置。 例如,项目符号或编号列表、标题或其他结构化数据项可以具有各种父/子关系。 级别 描述项在结构中的位置。

CustomNavigation 控件模式Level 结合使用。

适用于