-
Home
-
API
-
Avalonia.HeadlessTestingFramework.Appium
-
ElementAttributes
-
Methods
-
GetCssValue(Control, String)
GetCssValue(Control, String) Method
Definition
Gets the CSS value for a property (Avalonia equivalent).
public static string? GetCssValue(Control element, string propertyName)
Parameters
- propertyName
- String
The CSS property name.
Returns