VisualBrick Constructors
A visual brick that is rendered on a page as a simple rectangle and the base for all other visual bricks.Name | Parameters | Description |
---|---|---|
VisualBrick() | none | Initializes a new instance of the VisualBrick class with the default settings. |
VisualBrick(BorderSide, Single, Color, Color) | sides, borderWidth, borderColor, backColor | Initializes a new instance of the VisualBrick class. |
VisualBrick(BrickStyle) | style | Initializes a new instance of the VisualBrick class with the specified brick style. |
VisualBrick(IBrickOwner) | brickOwner | Initializes a new instance of the VisualBrick class with the specified owner. |
See Also