BitmapImage.BaseUri Property

Definition

Gets or sets a value that represents the base Uri of the current BitmapImage context.

public:
 property Uri ^ BaseUri { Uri ^ get(); void set(Uri ^ value); };
public Uri BaseUri { get; set; }
member this.BaseUri : Uri with get, set
Public Property BaseUri As Uri

Property Value

Uri

The base Uri of the current context.

Implements

Applies to

See also