ConfigureFonts Method
Registers an action that is executed with the current font manager.
Definition
Namespace: Avalonia
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public AppBuilder ConfigureFonts(
Action<FontManager> action
)
Public Function ConfigureFonts (
action As Action(Of FontManager)
) As AppBuilder
member ConfigureFonts :
action : Action<FontManager> -> AppBuilder
Parameters
- Action(FontManager)
- The action.
Return Value
AppBuilder
An AppBuilder instance.