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