AppBuilderBase<TAppBuilder>.

UseRenderingSubsystem(Action, string) Method

Summary

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

Syntax

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

Parameters

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

Return Value

Type Description
TAppBuilder An TAppBuilder instance.