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, BrickStyle) | brickOwner, style | Initializes a new instance of the TextBrick class with specified settings. |
TextBrick(IBrickOwner) | brickOwner | Initializes a new instance of the TextBrick class with the specified owner. |
See Also