ButtonImagePropertiesBase Constructors
Serves as a base for classes that provide settings defining different states of a button image.Name | Parameters | Description |
---|---|---|
ButtonImagePropertiesBase() | none | Initializes a new instance of the ButtonImagePropertiesBase class. |
ButtonImagePropertiesBase(IPropertiesOwner) | owner | Initializes a new instance of the ButtonImagePropertiesBase class with the specified owner. |
ButtonImagePropertiesBase(String) | url | Initializes a new instance of the ButtonImagePropertiesBase class with the specified image location. |
See Also