TextElementGetFontFamily Method

Gets the value of the attached FontFamilyProperty on a control.

Definition

Namespace: Avalonia.Controls.Documents
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static FontFamily GetFontFamily(
	Control control
)

Parameters

control  Control
The control.

Return Value

FontFamily
The font family.

See Also