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