ClassFontImageSourceUtils
Class
Provides utility methods for working with FontImageSource fallback colors.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public static class FontImageSourceUtils
Inheritance: objectFontImageSourceUtils
Fields
FallbackColorProperty
Identifies the FallbackColor attached property.
Declaration
cs-api-definition
public static readonly BindableProperty FallbackColorProperty
Field Value
BindableProperty
Methods
GetFallbackColor(BindableObject)
Gets the fallback color for the specified bindable object.
Declaration
cs-api-definition
public static Color GetFallbackColor(BindableObject bindable)
Parameters
bindable
BindableObject
The bindable object.
Returns
Color
The fallback color.
SetFallbackColor(BindableObject, Color)
Sets the fallback color for the specified bindable object.
Declaration
cs-api-definition
public static void SetFallbackColor(BindableObject bindable, Color value)
Parameters
bindable
BindableObject
The bindable object.
value
Color
The fallback color to set.