SetTextWrapping 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 SetTextWrapping(
Control control,
TextWrapping wrapping
)
Public Shared Sub SetTextWrapping (
control As Control,
wrapping As TextWrapping
)
static member SetTextWrapping :
control : Control *
wrapping : TextWrapping -> unit
Parameters
- Control
- The element to which to write the attached property.
- TextWrapping
- The property value to set