SelectionItemPatternIdentifiers Class
Definition
Contains values used as identifiers by Avalonia.Automation.Provider.ISelectionItemProvider.
public class SelectionItemPatternIdentifiers
Properties
| Name | Description |
|---|---|
| IsSelectedProperty | Indicates the element is currently selected. |
| SelectionContainerProperty | Indicates 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; }