TextBlockSetLetterSpacing Method
Writes the attached property LetterSpacing to the given element.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static void SetLetterSpacing(
Control control,
double letterSpacing
)
Public Shared Sub SetLetterSpacing (
control As Control,
letterSpacing As Double
)
static member SetLetterSpacing :
control : Control *
letterSpacing : float -> unit
Parameters
- control Control
- The element to which to write the attached property.
- letterSpacing Double
- The property value to set