GetFontFamily Method
Gets the value of the attached FontFamilyProperty on a control.
Definition
Namespace: Avalonia.Controls.Documents
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static FontFamily GetFontFamily(
Control control
)
Public Shared Function GetFontFamily (
control As Control
) As FontFamily
static member GetFontFamily :
control : Control -> FontFamily
Parameters
- Control
- The control.
Return Value
FontFamily
The font family.