Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

RichTextBrick Constructors

A visual brick containing rich text.
Name Parameters Description
RichTextBrick() none Initializes a new instance of the RichTextBrick class with the default settings.
RichTextBrick(IBrickOwner, BrickStyle, String) brickOwner, style, rtfText Initializes a new instance of the RichTextBrick class with specified settings.
RichTextBrick(IBrickOwner, BrickStyle) brickOwner, style For internal use. Initializes a new instance of the RichTextBrick class with specified settings.
RichTextBrick(IBrickOwner) brickOwner For internal use. Initializes a new instance of the RichTextBrick class with the specified brick owner.
See Also