FormattedTextBlock
Class
Definition
Namespace:Telerik.WinControls.TextPrimitiveUtils
Assembly:Telerik.WinControls.dll
Syntax:
C#
public class FormattedTextBlock
Inheritance: objectFormattedTextBlock
Constructors
C#
public FormattedTextBlock()
Properties
Methods
Calculate Size of the whole FormattedTextBlock
C#
public SizeF GetTextSize(SizeF proposedSize, bool useCompatibleTextRendering, StringFormat sf, TextFormatFlags textFormatFlags, bool textWrap)
C#
public SizeF GetTextSize(SizeF proposedSize, TextParams textParams)
Occurs when the mouse pointer is moved over the element.
Occurs when the mouse is up the element.
Draw whole FormattedTextBlock
C#
public void PaintFormatTextBlock(IGraphics graphics, RectangleF paintingRectangleParam, bool useCompatibleTextRendering, StringFormat format, TextFormatFlags flags, bool textWrap, bool clipText)