AutomationPropertiesPositionInSetProperty Field

Defines the AutomationProperties.PositionInSet attached property.

Definition

Namespace: Avalonia.Automation
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static readonly AttachedProperty<int> PositionInSetProperty

Field Value

AttachedPropertyInt32

Remarks

NOTE: This property currently has no effect. The PositionInSet property 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.

See Also