Interface
IRadRun

Definition

Namespace:Telerik.WinForms.Documents.UI.TextBlocks

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

cs-api-definition
public interface IRadRun

Properties

FlowDirection

Declaration

cs-api-definition
FlowDirection FlowDirection { get; set; }

Property Value

FlowDirection

FontFamily

Declaration

cs-api-definition
FontFamily FontFamily { get; set; }

Property Value

FontFamily

FontSize

Declaration

cs-api-definition
double FontSize { get; set; }

Property Value

double

FontStyle

Declaration

cs-api-definition
FontStyle FontStyle { get; set; }

Property Value

FontStyle

FontWeight

Declaration

cs-api-definition
FontWeight FontWeight { get; set; }

Property Value

FontWeight

ForegroundColor

Declaration

cs-api-definition
Color ForegroundColor { get; set; }

Property Value

Color

Strikeout

Declaration

cs-api-definition
bool Strikeout { get; set; }

Property Value

bool

Text

Declaration

cs-api-definition
string Text { get; set; }

Property Value

string

Underline

Declaration

cs-api-definition
bool Underline { get; set; }

Property Value

bool