SetFontStretch Method
Sets 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 void SetFontStretch(
Control control,
FontStretch value
)
Public Shared Sub SetFontStretch (
control As Control,
value As FontStretch
)
static member SetFontStretch :
control : Control *
value : FontStretch -> unit
Parameters
- Control
- The control.
- FontStretch
- The property value to set.