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