AutomationProperties.LevelProperty 속성

정의

Automation 요소와 연결된 1 기반 정수인 Level 연결된 속성의 식별자를 가져옵니다.

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 컨트롤 패턴을 사용합니다.

적용 대상