Gets or set a Uri that will provide the content for the control.

Namespace:  C1.Silverlight.Extended
Assembly:  C1.Silverlight.Extended (in C1.Silverlight.Extended.dll)

Syntax

C#
[TypeConverterAttribute(typeof(UriTypeConverter))]
public Uri SourceUri { get; set; }
Visual Basic
<TypeConverterAttribute(GetType(UriTypeConverter))> _
Public Property SourceUri As Uri
	Get
	Set

Remarks

When hosting content from a Uri you should set the Width and Height of the control, or it may not be sized properly.

See Also