SegmentedDisplayInitializeComponent Method

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

Definition

Namespace: BeeMobile.SegmentedDisplay
Assembly: BeeMobile.SegmentedDisplay.AVA (in BeeMobile.SegmentedDisplay.AVA.dll) Version: 11.0.0.2+315bba37e2b03f6d3a984dc7af81610a1fb5ada7
C#
public void InitializeComponent(
	bool loadXaml = true
)

Parameters

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

See Also