BrowserViewInitializeComponent Method |
Wires up the controls and optionally loads XAML markup and attaches dev tools (if Avalonia.Diagnostics package is referenced).
Namespace:
DotNetBrowser.AvaloniaUi
Assembly:
DotNetBrowser.AvaloniaUi (in DotNetBrowser.AvaloniaUi.dll) Version: 2.25.1
Syntax public void InitializeComponent(
bool loadXaml = true
)
Parameters
- loadXaml (Optional)
- Type: SystemBoolean
Should the XAML be loaded into the component.
See Also