AutomationProperties.LevelProperty 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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 结合使用。