PageInfoTextBrickBase Constructors
The base for the PageInfoBrick and PageInfoTextBrick classes.Name | Parameters | Description |
---|---|---|
PageInfoTextBrickBase() | none | Initializes a new instance of the PageInfoTextBrickBase class with the default settings. |
PageInfoTextBrickBase(BorderSide, Single, Color, Color, Color) | sides, borderWidth, borderColor, backColor, foreColor | Initializes a new instance of the PageInfoTextBrickBase class with the specified settings. |
PageInfoTextBrickBase(IBrickOwner, BrickStyle) | brickOwner, style | Initializes a new instance of the PageInfoTextBrickBase class with specified settings. |
PageInfoTextBrickBase(IBrickOwner) | brickOwner | For internal use. Initializes a new instance of the PageInfoTextBrickBase class with the specified brick owner. |
See Also