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