PositionInSetProperty Field
Defines the AutomationProperties.PositionInSet attached property.
Definition
Namespace: Avalonia.Automation
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static readonly AttachedProperty<int> PositionInSetProperty
Public Shared ReadOnly PositionInSetProperty As AttachedProperty(Of Integer)
static val PositionInSetProperty: AttachedProperty<int>
Field Value
Remarks
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.