Table of Contents

Interface IRootObjectProvider

Namespace
Avalonia.Markup.Xaml
Assembly
Avalonia.Markup.Xaml.dll
public interface IRootObjectProvider

Properties

IntermediateRootObject

The "current" root object, contains either the root of the xaml file or the root object of the control/data template

object IntermediateRootObject { get; }

Property Value

object

RootObject

The root object of the xaml file

object RootObject { get; }

Property Value

object