Interface IValueFrameDiagnostic
- Namespace
- Avalonia.Diagnostics
- Assembly
- Avalonia.Base.dll
[PrivateApi]
[NotClientImplementable]
public interface IValueFrameDiagnostic
Properties
IsActive
bool IsActive { get; }
Property Value
Priority
BindingPriority Priority { get; }
Property Value
Source
object? Source { get; }
Property Value
Type
IValueFrameDiagnostic.FrameType Type { get; }
Property Value
Values
IEnumerable<ValueEntryDiagnostic> Values { get; }