Skip to main content

IRootObjectProvider Interface

Definition

Assembly:Avalonia.Markup.Xaml
Package:Avalonia
public interface IRootObjectProvider

Properties

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

IntermediateRootObject Property

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

public object IntermediateRootObject { get; set; }

RootObject Property

The root object of the xaml file

public object RootObject { get; set; }