Table of Contents

Class StyleDiagnostics

Namespace
Avalonia.Diagnostics
Assembly
Avalonia.Base.dll
[PrivateApi]
[Unstable("Use StyledElementExtensions.GetValueStoreDiagnostic() instead")]
public class StyleDiagnostics
Inheritance
StyleDiagnostics
Inherited Members

Constructors

StyleDiagnostics(IReadOnlyList<AppliedStyle>)

public StyleDiagnostics(IReadOnlyList<AppliedStyle> appliedStyles)

Parameters

appliedStyles IReadOnlyList<AppliedStyle>

Properties

AppliedStyles

Currently applied styles.

public IReadOnlyList<AppliedStyle> AppliedStyles { get; }

Property Value

IReadOnlyList<AppliedStyle>