IRootObjectProvider Interface
Definition
Namespace: Avalonia.Markup.Xaml
Assembly: Avalonia.Markup.Xaml (in Avalonia.Markup.Xaml.dll)
- C#
- VB
- F#
public interface IRootObjectProvider
Public Interface IRootObjectProvider
type IRootObjectProvider = interface end
Properties
IntermediateRootObject | The "current" root object, contains either the root of the xaml file or the root object of the control/data template |
RootObject | The root object of the xaml file |