Interface IRadRun
Namespace: Telerik.Windows.Documents.UI.TextBlocks
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public interface IRadRun
Properties
FlowDirection
Declaration
FlowDirection FlowDirection { get; set; }
Property Value
System.
|
FontFamily
Declaration
FontFamily FontFamily { get; set; }
Property Value
System.
|
FontSize
Declaration
double FontSize { get; set; }
Property Value
System.
|
FontStyle
Declaration
FontStyle FontStyle { get; set; }
Property Value
System.
|
FontWeight
Declaration
FontWeight FontWeight { get; set; }
Property Value
System.
|
ForegroundColor
Declaration
Color ForegroundColor { get; set; }
Property Value
System.
|
Text
Declaration
string Text { get; set; }
Property Value
System.
|