SetLineHeight Method
Writes the attached property BaselineOffset to the given element.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static void SetLineHeight(
Control control,
double height
)
Public Shared Sub SetLineHeight (
control As Control,
height As Double
)
static member SetLineHeight :
control : Control *
height : float -> unit