RichText.AppendFront

AppendFront(string)

Adds a string to the front of the first text range.

public RichText AppendFront(string value)
ParameterTypeDescription
valueStringThe added value.

Return Value

The RichText.

See Also


AppendFront(string, TextStyle)

Adds a string to the front.

public RichText AppendFront(string value, TextStyle style)
ParameterTypeDescription
valueStringThe added value.
styleTextStyleThe style of added string.

Return Value

The RichText.

See Also