New to Telerik UI for WinFormsStart a free 30-day trial

IRadRun

Interface

Definition

Namespace:Telerik.WinForms.Documents.UI.TextBlocks

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

C#
public interface IRadRun

Properties

C#
FlowDirection FlowDirection { get; set; }
C#
FontFamily FontFamily { get; set; }
C#
double FontSize { get; set; }
C#
FontStyle FontStyle { get; set; }
C#
FontWeight FontWeight { get; set; }
C#
Color ForegroundColor { get; set; }
C#
bool Strikeout { get; set; }
C#
string Text { get; set; }
C#
bool Underline { get; set; }