ItemImageProperties Constructors
Contains settings that define an item image.| Name | Parameters | Description |
|---|---|---|
| ItemImageProperties() | none | Initializes a new instance of the ItemImageProperties class. |
| ItemImageProperties(IPropertiesOwner) | owner | Initializes a new instance of the ItemImageProperties class with the specified owner. |
| ItemImageProperties(String) | url | Initializes a new instance of the ItemImageProperties class with the specified image location. |
See Also