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:
public interface IRadRun
Properties
FlowDirection
FlowDirection
Gets or sets the flow direction of the text run.
FlowDirection FlowDirection { get; set; }
A value that specifies the flow direction of the text, either left-to-right or right-to-left.
FontFamily
FontFamily
Gets or sets the font family of the text run.
FontFamily FontFamily { get; set; }
The font family to be applied to the text run. This value can be a string that represents the name of the font family.
Gets or sets the font size of the text run.
double FontSize { get; set; }
The font size of the text run, represented as a double.
FontStyle
FontStyle
Represents the font style of a text run in the Telerik document model.
FontStyle FontStyle { get; set; }
FontWeight
FontWeight
Gets or sets the font weight of the text run.
FontWeight FontWeight { get; set; }
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
Color
Gets or sets the foreground color of the text block run.
Color ForegroundColor { get; set; }
The foreground color represented as a Color.