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