Interface IRadTextBlock
Namespace: Telerik.Windows.Documents.UI.TextBlocks
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public interface IRadTextBlock
Properties
FlowDirection
Declaration
FlowDirection FlowDirection { get; set; }
Property Value
System.
|
FontFamily
Declaration
FontFamily FontFamily { get; set; }
Property Value
System.
|
FontSize
Declaration
double FontSize { get; set; }
Property Value
System.
|
FontStyle
Declaration
FontStyle FontStyle { get; set; }
Property Value
System.
|
FontWeight
Declaration
FontWeight FontWeight { get; set; }
Property Value
System.
|
ForegroundColor
Declaration
Color ForegroundColor { get; set; }
Property Value
System.
|
Height
Declaration
double Height { get; set; }
Property Value
System.
|
Left
Declaration
double Left { get; set; }
Property Value
System.
|
LineBaselineOffset
Declaration
double LineBaselineOffset { get; set; }
Property Value
System.
|
LineHeight
Declaration
double LineHeight { get; set; }
Property Value
System.
|
Text
Declaration
string Text { get; set; }
Property Value
System.
|
Top
Declaration
double Top { get; set; }
Property Value
System.
|
Width
Declaration
double Width { get; set; }
Property Value
System.
|
Methods
ClearFormattingProperties()
Setting the formating properties to their default values.
Declaration
void ClearFormattingProperties()
ClearInlines()
Declaration
void ClearInlines()
GetBaselineOffset()
Declaration
double GetBaselineOffset()
Returns
System.
|
GetBaselineRenderingDifference(Double)
Declaration
double GetBaselineRenderingDifference(double lineBaselineOffset)
Parameters
System.
|
Returns
System.
|
GetUIElement()
Declaration
FrameworkElement GetUIElement()
Returns
System.
|
HasInlines()
Declaration
bool HasInlines()
Returns
System.
|
ReleaseAndClearInlines(ObjectPool)
SetClip(Nullable<Rect>)
Declaration
void SetClip(Nullable<Rect> rect)
Parameters
System.
|
SetFormattingProperties(SpanProperties)
Setting the formating properties from the provided Span
Declaration
void SetFormattingProperties(SpanProperties spanProperties)
Parameters
Span The properties. |
SetInlines(IEnumerable<IRadRun>)
Declaration
void SetInlines(IEnumerable<IRadRun> runs)
Parameters
System.
|