DXImageHelper.GetImageUri(String) Method
Returns a Uri that defines the specified image’s location.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
path | String | The full path to an image in the library. |
Returns
Type | Description |
---|---|
Uri | A Uri object that contains a Uri to the image. |
Remarks
Refer to the DevExpress Image Gallery topic to learn more.
See Also