ImageProperties Constructors
Contains the settings which define the image that can be displayed within particular elements of web controls.| Name | Parameters | Description |
|---|---|---|
| ImageProperties() | none | Initializes a new instance of the ImageProperties class. |
| ImageProperties(IPropertiesOwner) | owner | Initializes a new instance of the ImageProperties class with the specified owner. |
| ImageProperties(String) | url | Initializes a new instance of the ImageProperties class with the specified image location. |
See Also