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

In This Topic
    FrameBorder Property
    In This Topic
    Gets or sets whether the default browser frame border is displayed when using SourceUri.
    Syntax
    'Declaration
     
    
    Public Property FrameBorder As Boolean
    public bool FrameBorder {get; set;}
    Remarks
    This property must be set before SourceUri is set.
    See Also