AppBuilderBase<TAppBuilder>.

UseWindowingSubsystem(Action, string) Method

Summary

Specifies a windowing subsystem to use.
Namespace
Avalonia.Controls
Containing Type
AppBuilderBase<TAppBuilder>

Syntax

public TAppBuilder UseWindowingSubsystem(Action initializer, string name = "")

Parameters

Name Type Description
initializer Action The method to call to initialize the windowing subsystem.
name string The name of the windowing subsystem.

Return Value

Type Description
TAppBuilder An TAppBuilder instance.