Interface IRadTextBlock
Namespace: Telerik.WinForms.Documents.UI.TextBlocks
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public interface IRadTextBlock
Properties
FlowDirection
FontFamily
FontSize
Declaration
double FontSize { get; set; }
Property Value
System.Double
|
FontStyle
FontWeight
ForegroundColor
Height
Declaration
double Height { get; set; }
Property Value
System.Double
|
Left
Declaration
double Left { get; set; }
Property Value
System.Double
|
LineBaselineOffset
Declaration
double LineBaselineOffset { get; set; }
Property Value
System.Double
|
LineHeight
Declaration
double LineHeight { get; set; }
Property Value
System.Double
|
Text
Declaration
string Text { get; set; }
Property Value
System.String
|
TextWrapping
Declaration
TextWrapping TextWrapping { get; set; }
Property Value
System.Windows.TextWrapping
|
Top
Declaration
double Top { get; set; }
Property Value
System.Double
|
Width
Declaration
double Width { get; set; }
Property Value
System.Double
|
Methods
ClearInlines()
Declaration
void ClearInlines()
GetBaselineOffset()
Declaration
double GetBaselineOffset()
Returns
System.Double
|
GetBaselineRenderingDifference(Double)
Declaration
double GetBaselineRenderingDifference(double lineBaselineOffset)
Parameters
System.Double
lineBaselineOffset
|
Returns
System.Double
|
GetUIElement()
HasInlines()
Declaration
bool HasInlines()
Returns
System.Boolean
|
ReleaseAndClearInlines(ObjectPool)
SetClip(Nullable<Rect>)
SetInlines(IEnumerable<IRadRun>)
Declaration
void SetInlines(IEnumerable<IRadRun> runs)
Parameters
System.Collections.Generic.IEnumerable<IRadRun>
runs
|