GetTextWrapping Method
Reads the attached property from the given element
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static TextWrapping GetTextWrapping(
Control control
)
Public Shared Function GetTextWrapping (
control As Control
) As TextWrapping
static member GetTextWrapping :
control : Control -> TextWrapping
Parameters
- Control
- The element to which to read the attached property.