Table of Contents

Class InstrumentsAccessorExtensions

Namespace
Xui.Core.Debug
Assembly
Xui.Core.dll

Extension methods on InstrumentsAccessor for visual tree diagnostics.

public static class InstrumentsAccessorExtensions
Inheritance
InstrumentsAccessorExtensions
Inherited Members

Methods

DumpVisualTree(InstrumentsAccessor, View, LevelOfDetail)

Logs the full visual tree rooted at root at the given level of detail.

public static void DumpVisualTree(this InstrumentsAccessor instruments, View root, LevelOfDetail lod = LevelOfDetail.Info)

Parameters

instruments InstrumentsAccessor

The accessor to log through.

root View

The root view to dump.

lod LevelOfDetail

The level of detail threshold.