GaugeInitializeComponent Method

Wires up the controls and optionally loads XAML markup and attaches dev tools (if Avalonia.Diagnostics package is referenced).

Definition

Namespace: BeeMobile.Gauge
Assembly: BeeMobile.Gauge.AVA (in BeeMobile.Gauge.AVA.dll) Version: 11.0.0.0+018ecfb38312b59bfeb4b02da5fbbbcd3ab7378d
C#
public void InitializeComponent(
	bool loadXaml = true
)

Parameters

loadXaml  Boolean  (Optional)
Should the XAML be loaded into the component.

See Also