AutomationPropertiesSizeOfSetProperty Field
Defines the AutomationProperties.SizeOfSet attached property.
Namespace: Avalonia.AutomationAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static readonly AttachedProperty<int> SizeOfSetProperty
Public Shared ReadOnly SizeOfSetProperty As AttachedProperty(Of Integer)
static val SizeOfSetProperty: AttachedProperty<int>
Field Value
AttachedPropertyInt32
NOTE: This property currently has no effect.
The SizeOfSet property describes the count of automation elements in a group or set
that are considered to be siblings. SizeOfSet works in coordination with the PositionInSet
property to describe the count of items in the set.