TextElementSetFontStretch Method

Sets the value of the attached FontStretchProperty on a control.

Definition

Namespace: Avalonia.Controls.Documents
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static void SetFontStretch(
	Control control,
	FontStretch value
)

Parameters

control  Control
The control.
value  FontStretch
The property value to set.

See Also