Skip to main content

SelectionItemPatternIdentifiers Class

Definition

Assembly:Avalonia.Controls
Package:Avalonia

Contains values used as identifiers by Avalonia.Automation.Provider.ISelectionItemProvider.

public class SelectionItemPatternIdentifiers

Inheritance: object -> SelectionItemPatternIdentifiers

Properties

NameDescription
IsSelectedPropertyIndicates the element is currently selected.
SelectionContainerPropertyIndicates the element is currently selected.

IsSelectedProperty Property

Indicates the element is currently selected.

public Avalonia.Automation.AutomationProperty IsSelectedProperty { get; set; }

SelectionContainerProperty Property

Indicates the element is currently selected.

public Avalonia.Automation.AutomationProperty SelectionContainerProperty { get; set; }