- Namespace
- Avalonia
.Markup .Xaml
graph BT
Type["IRootObjectProvider"]
class Type type-node
Syntax
public interface IRootObjectProvider
Properties
Name | Value | Summary |
---|---|---|
Intermediate |
object |
The "current" root object, contains either the root of the xaml file
or the root object of the control/data template
|
RootObject | object |
The root object of the xaml file
|