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