CreateTextLayout Method
Creates the TextLayout used to render the text.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
protected override TextLayout CreateTextLayout(
string? text
)
Protected Overrides Function CreateTextLayout (
text As String
) As TextLayout
abstract CreateTextLayout :
text : string -> TextLayout
override CreateTextLayout :
text : string -> TextLayout
Parameters
Return Value
TextLayout
A TextLayout object.