AppBuilderBase<TAppBuilder>.

UseRenderingSubsystem(string) Method

Summary

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

Syntax

public TAppBuilder UseRenderingSubsystem(string dll)

Parameters

Name Type Description
dll string The dll in which to look for subsystem.

Return Value

Type Description
TAppBuilder An TAppBuilder instance.