FontFamilyKey Property

Gets the key for associated assets.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public FontFamilyKey? Key { get; }

Property Value

FontFamilyKey
The family key.

Remarks

Key is only used for custom fonts.

See Also