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