Method ToMaui
- Namespace
- Alternet.Maui.Extensions
- Assembly
- Alternet.UI.Maui.dll
ToMaui(Color)
Converts an Color to a .NET MAUI color.
public static Color ToMaui(this Color color)
Parameters
colorColorThe color to convert.
Returns
ToMaui(Font)
Converts an Font to a MAUI-compatible font.
public static IFont ToMaui(this Font font)