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