PageInfoTextBrick Constructors
The base for the PageInfoBrick class.Name | Parameters | Description |
---|---|---|
PageInfoTextBrick() | none | Initializes a new instance of the PageInfoTextBrick class with the default settings. |
PageInfoTextBrick(BorderSide, Single, Color, Color, Color) | sides, borderWidth, borderColor, backColor, foreColor | Initializes a new instance of the PageInfoTextBrick class with the specified visible borders, their width, color, and background and foreground colors. |
PageInfoTextBrick(IBrickOwner, BrickStyle) | brickOwner, style | Initializes a new instance of the PageInfoTextBrick class with specified settings. |
PageInfoTextBrick(IBrickOwner) | brickOwner | Initializes a new instance of the PageInfoTextBrick class with the specified owner. |
See Also