AutomationProperties.LandmarkTypeProperty Property

Definition

Gets the identifier for the landmark type attached property, which is a Landmark Type Identifier associated with an element.

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

Property Value

The identifier for the landmark type attached property.

Remarks

The LandmarkType property describes a landmark, an element that represents a meaningful group of elements. For example, a search landmark could represent a set of controls related to searching. Landmarks have many similiarities with headings; for more information about how to use landmarks and headings, see Landmarks and Headings.

If CustomLandmarkType is used then LocalizedLandmarkType is required to describe the custom landmark.

Applies to