Summary
Loads the XAML into a Avalonia component.
- Namespace
- Avalonia
.Markup .Xaml - Containing Type
- AvaloniaXamlLoader
Syntax
public static void Load(object obj)
Parameters
Name | Type | Description |
---|---|---|
obj | object | The object to load the XAML into. |
Return Value
Type | Description |
---|---|
void |