AutomationPropertiesPositionInSetProperty Field
Defines the AutomationProperties.PositionInSet attached property.
Namespace: Avalonia.AutomationAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static readonly AttachedProperty<int> PositionInSetProperty
Public Shared ReadOnly PositionInSetProperty As AttachedProperty(Of Integer)
static val PositionInSetProperty: AttachedProperty<int>
Field Value
AttachedPropertyInt32
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.