Interface IRadRun
Namespace: Telerik.WinForms.Documents.UI.TextBlocks
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public interface IRadRun
Properties
FlowDirection
FontFamily
FontSize
Declaration
double FontSize { get; set; }
Property Value
System.Double
|
FontStyle
FontWeight
ForegroundColor
Strikeout
Declaration
bool Strikeout { get; set; }
Property Value
System.Boolean
|
Text
Declaration
string Text { get; set; }
Property Value
System.String
|
Underline
Declaration
bool Underline { get; set; }
Property Value
System.Boolean
|