GetAllAttributes(Control) Method

Definition

Assembly HeadlessTestingFramework.dll

Gets all available attributes from an element.

public static Dictionary<string, string?> GetAllAttributes(Control element)

Parameters

element
Avalonia.Controls.Control

The element to query.

Returns

Dictionary<String, String?>
A dictionary of all attribute names to values.