AutomationPropertiesSizeOfSetProperty Field

Defines the AutomationProperties.SizeOfSet attached property.

Definition

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

Field Value

AttachedPropertyInt32

Remarks

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.

See Also