Interface IRadTextBlock
Namespace: Telerik.WinControls.SyntaxEditor
Assembly: Telerik.WinControls.SyntaxEditor.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
|
Text
Declaration
string Text { get; set; }
Property Value
System.String
|
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
|
SetClip(Nullable<Rect>)
SetInlines(IEnumerable<IRadRun>)
Declaration
void SetInlines(IEnumerable<IRadRun> runs)
Parameters
System.Collections.Generic.IEnumerable<IRadRun>
runs
|