AppBuilderWithT(T) Method
Configures platform-specific options
Namespace: AvaloniaAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public AppBuilder With<T>(
T options
)
Public Function With(Of T) (
options As T
) As AppBuilder
member With :
options : 'T -> AppBuilder
- options T
-
- T
AppBuilder