SetFontFeatures Method
Sets the value of the attached FontFeaturesProperty on a control.
Definition
Namespace: Avalonia.Controls.Documents
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static void SetFontFeatures(
Control control,
FontFeatureCollection? value
)
Public Shared Sub SetFontFeatures (
control As Control,
value As FontFeatureCollection
)
static member SetFontFeatures :
control : Control *
value : FontFeatureCollection -> unit
Parameters
- Control
- The control.
- FontFeatureCollection
- The property value to set.