Skip to main content

DXImageHelper.GetImageUri(String) Method

Returns a Uri that defines the specified image’s location.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public static Uri GetImageUri(
    string path
)

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