EmptyImageProperties Constructors
Contains the settings which define the empty image used by web controls.| Name | Parameters | Description |
|---|---|---|
| EmptyImageProperties() | none | Initializes a new instance of the EmptyImageProperties class with default settings. |
| EmptyImageProperties(String) | url | Initializes a new instance of the EmptyImageProperties class with the specified image location. |
See Also