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