Table of Contents

Interface IValueFrameDiagnostic

Namespace
Avalonia.Diagnostics
Assembly
Avalonia.Base.dll
[PrivateApi]
[NotClientImplementable]
public interface IValueFrameDiagnostic

Properties

IsActive

bool IsActive { get; }

Property Value

bool

Priority

BindingPriority Priority { get; }

Property Value

BindingPriority

Source

object? Source { get; }

Property Value

object

Type

IValueFrameDiagnostic.FrameType Type { get; }

Property Value

IValueFrameDiagnostic.FrameType

Values

IEnumerable<ValueEntryDiagnostic> Values { get; }

Property Value

IEnumerable<ValueEntryDiagnostic>