StyledElement.

Styles Property

Summary

Gets the styles for the styled element.
Namespace
Avalonia
Containing Type
StyledElement

Syntax

public Styles Styles { get; }

Remarks

Styles for the entire application are added to the Application.Styles collection, but each styled element may in addition define its own styles which are applied to the styled element itself and its children.

Value

Type Description
Styles