Interface IRadTextBlock
Namespace: Telerik.Windows.Documents.UI.TextBlocks
Assembly: Telerik.Windows.Documents.dll
Syntax
public interface IRadTextBlock
Properties
FlowDirection
Declaration
FlowDirection FlowDirection { get; set; }
Property Value
System.Windows.FlowDirection
|
FontFamily
Declaration
FontFamily FontFamily { get; set; }
Property Value
System.Windows.Media.FontFamily
|
FontSize
Declaration
double FontSize { get; set; }
Property Value
System.Double
|
FontStyle
Declaration
FontStyle FontStyle { get; set; }
Property Value
System.Windows.FontStyle
|
FontWeight
Declaration
FontWeight FontWeight { get; set; }
Property Value
System.Windows.FontWeight
|
ForegroundColor
Declaration
Color ForegroundColor { get; set; }
Property Value
System.Windows.Media.Color
|
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
|
Top
Declaration
double Top { get; set; }
Property Value
System.Double
|
Width
Declaration
double Width { get; set; }
Property Value
System.Double
|
Methods
ClearFormattingProperties()
Setting the formating properties to their default values.
Declaration
void ClearFormattingProperties()
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()
Declaration
FrameworkElement GetUIElement()
Returns
System.Windows.FrameworkElement
|
HasInlines()
Declaration
bool HasInlines()
Returns
System.Boolean
|
ReleaseAndClearInlines(ObjectPool)
SetClip(Nullable<Rect>)
Declaration
void SetClip(Rect? rect)
Parameters
System.Nullable<System.Windows.Rect>
rect
|
SetFormattingProperties(SpanProperties)
Setting the formating properties from the provided SpanProperties.
Declaration
void SetFormattingProperties(SpanProperties spanProperties)
Parameters
SpanProperties
spanProperties
The properties. |
SetInlines(IEnumerable<IRadRun>)
Declaration
void SetInlines(IEnumerable<IRadRun> runs)
Parameters
System.Collections.Generic.IEnumerable<IRadRun>
runs
|