Enum ExpandCollapseState
- Namespace
- Avalonia.Automation
- Assembly
- Avalonia.Controls.dll
Contains values that specify the ExpandCollapseState of a UI Automation element.
public enum ExpandCollapseState
Fields
Collapsed = 0
No child nodes, controls, or content of the UI Automation element are displayed.
Expanded = 1
All child nodes, controls or content of the UI Automation element are displayed.
LeafNode = 2
The UI Automation element has no child nodes, controls, or content to display.
PartiallyExpanded = 3
Some, but not all, child nodes, controls, or content of the UI Automation element are displayed.