Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended Namespace / C1HtmlHost Class / SourceUri Property

In This Topic
    SourceUri Property
    In This Topic
    Gets or set a System.Uri that will provide the content for the control.
    Syntax
    'Declaration
     
    
    Public Property SourceUri As Uri
    public Uri SourceUri {get; set;}
    Remarks
    When hosting content from a System.Uri you should set the Width and Height of the control, or it may not be sized properly.
    See Also