RunTextProperty Field
Dependency property backing Text.
Namespace: Avalonia.Controls.DocumentsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static readonly StyledProperty<string?> TextProperty
Public Shared ReadOnly TextProperty As StyledProperty(Of String)
static val TextProperty: StyledProperty<string>
Field Value
StyledPropertyString
Note that when a TextRange that intersects with this Run gets modified (e.g. by editing
a selection in RichTextBox), we will get two changes to this property since we delete
and then insert when setting the content of a TextRange.