PanelBrick Constructors
A visual brick containing other bricks.Name | Parameters | Description |
---|---|---|
PanelBrick() | none | Initializes a new instance of the PanelBrick class with the default settings. |
PanelBrick(BrickStyle) | style | Initializes a new instance of the PanelBrick class with the specified brick style. |
PanelBrick(IBrickOwner, BrickStyle) | brickOwner, style | Initializes a new instance of the PanelBrick class with specified settings. |
PanelBrick(IBrickOwner) | brickOwner | Initializes a new instance of the PanelBrick class with the specified owner. |
See Also