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