AppBuilderConfigureFonts Method
Registers an action that is executed with the current font manager.
Namespace: AvaloniaAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public AppBuilder ConfigureFonts(
Action<FontManager> action
)
Public Function ConfigureFonts (
action As Action(Of FontManager)
) As AppBuilder
member ConfigureFonts :
action : Action<FontManager> -> AppBuilder
- action ActionFontManager
- The action.
AppBuilderAn
AppBuilder instance.