Class WebBrowserBrush
Provides a brush that renders the currently hosted HTML.
Implements
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, IHasAccessToPropertiesWhereItIsUsed
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 SourceName dependency property.
Declaration
[NotImplemented]
public static readonly DependencyProperty SourceNameProperty
Field Value
Type | Description |
---|---|
DependencyProperty |
Properties
| Improve this Doc View SourceSourceName
Gets the name of the source WebBrowser control that provides the HTML content.
Declaration
[NotImplemented]
public string SourceName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 WebBrowserBrush.
Declaration
[NotImplemented]
public void SetSource(WebBrowser source)
Parameters
Type | Name | Description |
---|---|---|
WebBrowser | source | The WebBrowser hosting the HTML content that is the source for the brush. |