Interface
IRadRun

Represents a run of text with associated formatting in the document.

Definition

Namespace:Telerik.Windows.Documents.UI.TextBlocks

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public interface IRadRun

Properties

FlowDirection

Gets or sets the flow direction of the text run.

Declaration

cs-api-definition
FlowDirection FlowDirection { get; set; }

Property Value

FlowDirection

A value that specifies the flow direction of the text, either left-to-right or right-to-left.

FontFamily

Gets or sets the font family of the text run.

Declaration

cs-api-definition
FontFamily FontFamily { get; set; }

Property Value

FontFamily

The font family to be applied to the text run. This value can be a string that represents the name of the font family.

FontSize

Gets or sets the font size of the text run.

Declaration

cs-api-definition
double FontSize { get; set; }

Property Value

double

The font size of the text run, represented as a double.

FontStyle

Represents the font style of a text run in the Telerik document model.

Declaration

cs-api-definition
FontStyle FontStyle { get; set; }

Property Value

FontStyle

FontWeight

Gets or sets the font weight of the text run.

Declaration

cs-api-definition
FontWeight FontWeight { get; set; }

Property Value

FontWeight

A value that represents the weight of the font, which can affect the appearance of the text. Possible values include normal, bold, or other predefined font weights.

ForegroundColor

Gets or sets the foreground color of the text block run.

Declaration

cs-api-definition
Color ForegroundColor { get; set; }

Property Value

Color

The foreground color represented as a Color.

Text

Gets or sets the text content of the run.

Declaration

cs-api-definition
string Text { get; set; }

Property Value

string

A string representing the text within the run.