Skip to main content
A newer version of this page is available. .

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