Summary
Specifies a windowing subsystem to use.
- Namespace
- Avalonia
.Controls - Containing Type
- AppBuilderBase
<TAppBuilder>
Syntax
public TAppBuilder UseWindowingSubsystem(string dll)
Parameters
Name | Type | Description |
---|---|---|
dll | string | The dll in which to look for subsystem. |
Return Value
Type | Description |
---|---|
TAppBuilder | An TAppBuilder instance. |