LockScreen.OriginalImageFile Property

Definition

Gets the current lock screen image.

public:
 static property Uri ^ OriginalImageFile { Uri ^ get(); };
static Uri OriginalImageFile();
public static System.Uri OriginalImageFile { get; }
var uri = LockScreen.originalImageFile;
Public Shared ReadOnly Property OriginalImageFile As Uri

Property Value

The Uniform Resource Identifier (URI) of the lock screen image.

Remarks

This property retrieves only files. If the image was set through a stream, this call will return E_FILE_NOT_FOUND.

Applies to

See also