TextBlockSetTextWrapping Method
Writes the attached property BaselineOffset to the given element.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
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 Control
- The element to which to write the attached property.
- wrapping TextWrapping
- The property value to set