HasFallbacks Property
Gets a value indicating whether fallbacks are defined.
Definition
Namespace: Avalonia.Media.Fonts
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public bool HasFallbacks { get; }
Public ReadOnly Property HasFallbacks As Boolean
Get
member HasFallbacks : bool with get
Property Value
Boolean
true
if fallbacks are defined; otherwise, false
.