DXImageExtension Constructors
Allows you to use .png/.svg images from the DevExpress.Images.v24.1 assembly as an ImageSource.Name | Parameters | Description |
---|---|---|
DXImageExtension() | none | Initializes a new instance of the DXImageExtension class. |
DXImageExtension(DXImagePathInfo) | pathInfo | Initializes a new instance of the DXImageExtension class with specified settings. |
DXImageExtension(String) | imageString | Initializes a new instance of the DXImageExtension class with specified settings. |
See Also