Class WebBrowserBrush
Provides a brush that renders the currently hosted HTML.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public sealed class WebBrowserBrush : TileBrush, IDependencyObject
Constructors
| Improve this Doc View SourceWebBrowserBrush()
Initializes a new instance of the WebBrowserBrush class.
Declaration
[NotImplemented]
public WebBrowserBrush()
Fields
| Improve this Doc View SourceSourceNameProperty
Identifies the Source
Declaration
[NotImplemented]
public static readonly DependencyProperty SourceNameProperty
Field Value
Type | Description |
---|---|
Dependency |
Properties
| Improve this Doc View SourceSourceName
Gets the name of the source Web
Declaration
[NotImplemented]
public string SourceName { get; set; }
Property Value
Type | Description |
---|---|
System. |
Methods
| Improve this Doc View SourceRedraw()
Forces the brush to asynchronously redraw itself.
Declaration
[NotImplemented]
public void Redraw()
SetSource(WebBrowser)
Sets the source of the content for the Web
Declaration
[NotImplemented]
public void SetSource(WebBrowser source)
Parameters
Type | Name | Description |
---|---|---|
Web |
source | The Web |