AutomationProperties.PositionInSetProperty Property

Definition

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

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

Property Value

The identifier for the PositionInSet attached property.

Remarks

PositionInSet describes the ordinal location of the element within a set of elements which are considered to be siblings.

PositionInSet works in coordination with the SizeOfSet property to describe the ordinal location in the set.

Applies to