Share via


AutomationProperties.LevelProperty Property

Definition

Gets the identifier for the Level attached property, which is a 1-based integer associated with an automation element.

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

Property Value

The identifier for the Level attached property.

Remarks

The Level property describes the ___location of an element inside hierarchical or broken hierarchical structures. For example, a bulleted or numbered list, headings, or other structured data items can have various parent/child relationships. Level describes where in the structure the item is located.

Use the CustomNavigation Control Pattern in tandem with Level.

Applies to