SetMaxLines 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 SetMaxLines(
Control control,
int maxLines
)
Public Shared Sub SetMaxLines (
control As Control,
maxLines As Integer
)
static member SetMaxLines :
control : Control *
maxLines : int -> unit