Class Run
Defines an object that holds text with formatting options(like color, font, underline, strikeout, flow direction).
Inherited Members
Namespace: Telerik.WinControls.Spreadsheet.UI
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class Run : RadObject, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Constructors
Run()
Declaration
public Run()
Properties
Empty
FlowDirection
Gets or sets the flow direction.
Declaration
public FlowDirection FlowDirection { get; set; }
Property Value
FlowDirection
The flow direction. |
FontFamily
Gets or sets the font family.
Declaration
public FontFamily FontFamily { get; set; }
Property Value
FontFamily
The font family. |
FontSize
Gets or sets the size of the font.
Declaration
public double FontSize { get; set; }
Property Value
System.Double
The size of the font. |
FontStyle
Gets or sets the font style.
Declaration
public FontStyle FontStyle { get; set; }
Property Value
FontStyle
The font style. |
FontWeight
Gets or sets the font weight.
Declaration
public FontWeight FontWeight { get; set; }
Property Value
FontWeight
The font weight. |
Foreground
Gets or sets the foreground brush.
Declaration
public SolidBrush Foreground { get; set; }
Property Value
System.Drawing.SolidBrush
The foreground brush. |
Strikeout
Gets or sets whether to strikeout the text.
Declaration
public bool Strikeout { get; set; }
Property Value
System.Boolean
|
Text
Gets or sets the text.
Declaration
public string Text { get; set; }
Property Value
System.String
The text. |
Underline
Gets or sets whether to underline the text.
Declaration
public bool Underline { get; set; }
Property Value
System.Boolean
|