Skip to main content
A newer version of this page is available. .

TextBrick Constructors

A visual brick that contains text.
Name Parameters Description
TextBrick() none Initializes a new instance of the TextBrick class with the default settings.
TextBrick(BorderSide, Single, Color, Color, Color) sides, borderWidth, borderColor, backColor, foreColor Initializes a new instance of the TextBrick class with the specified settings.
TextBrick(BrickStyle) style Initializes a new instance of the TextBrick class with the specified brick style.
TextBrick(IBrickOwner) brickOwner Initializes a new instance of the TextBrick class with the specified owner.
See Also