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

In This Topic
    HtmlElement Property
    In This Topic
    Gets the HtmlElement hosted by this C1HtmlHost control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property HtmlElement As HtmlElement
    public HtmlElement HtmlElement {get;}
    Remarks
    If the SourceHtml property was set, HtmlElement returned is a div element whose content is the value of the SourceHtml property. Otherwise, if the property was set, the content is an iframe element whose src is the value of the SourceUri property.
    See Also