Interface
IRadTextBlock

Definition

Namespace:Telerik.WinForms.Documents.UI.TextBlocks

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

cs-api-definition
public interface IRadTextBlock

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

Height

Declaration

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

Property Value

double

Left

Declaration

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

Property Value

double

LineBaselineOffset

Declaration

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

Property Value

double

LineHeight

Declaration

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

Property Value

double

Text

Declaration

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

Property Value

string

TextWrapping

Declaration

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

Property Value

TextWrapping

Top

Declaration

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

Property Value

double

Width

Declaration

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

Property Value

double

Methods

ClearInlines()

Declaration

cs-api-definition
void ClearInlines()

GetBaselineOffset()

Declaration

cs-api-definition
double GetBaselineOffset()

Returns

double

GetBaselineRenderingDifference(double)

Declaration

cs-api-definition
double GetBaselineRenderingDifference(double lineBaselineOffset)

Parameters

lineBaselineOffset

double

Returns

double

GetUIElement()

Declaration

cs-api-definition
FrameworkElement GetUIElement()

Returns

FrameworkElement

HasInlines()

Declaration

cs-api-definition
bool HasInlines()

Returns

bool

ReleaseAndClearInlines(ObjectPool)

Declaration

cs-api-definition
void ReleaseAndClearInlines(ObjectPool pool)

Parameters

pool

ObjectPool

SetClip(Rect?)

Declaration

cs-api-definition
void SetClip(Rect? rect)

Parameters

rect

Rect?

SetInlines(IEnumerable<IRadRun>)

Declaration

cs-api-definition
void SetInlines(IEnumerable<IRadRun> runs)

Parameters

runs

IEnumerable<IRadRun>