ItemImagePropertiesBase Constructors
Contains base settings that define different states (normal, disabled, hottracked, selected) of an item image.Name | Parameters | Description |
---|---|---|
ItemImagePropertiesBase() | none | Initializes a new instance of the ItemImagePropertiesBase class with default settings. |
ItemImagePropertiesBase(IPropertiesOwner) | owner | Initializes a new instance of the ItemImagePropertiesBase class with the specified owner. |
ItemImagePropertiesBase(String) | url | Initializes a new instance of the ItemImagePropertiesBase class with the specified image location. |
See Also