FontCollectionBaseItem Property

Definition

Namespace: Avalonia.Media.Fonts
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public abstract FontFamily this[
	int index
] { get; }

Parameters

index  Int32
 

Property Value

FontFamily

Implements

IReadOnlyListTItemInt32

See Also