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