Show / Hide Table of Contents

Class WebBrowserBrush

Provides a brush that renders the currently hosted HTML.

Inheritance
System.Object
DependencyObject
Brush
TileBrush
WebBrowserBrush
Inherited Members
TileBrush.AlignmentXProperty
TileBrush.AlignmentX
TileBrush.AlignmentYProperty
TileBrush.AlignmentY
TileBrush.StretchProperty
TileBrush.Stretch
Brush.OpacityProperty
Brush.Opacity
Brush.RelativeTransformProperty
Brush.RelativeTransform
Brush.TransformProperty
Brush.Transform
DependencyObject.GetValue(DependencyProperty)
DependencyObject.SetCurrentValue(DependencyProperty, Object)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.SetValue(DependencyProperty, Object)
DependencyObject.SetValue(DependencyPropertyKey, Object)
DependencyObject.OnPropertyChanged(DependencyPropertyChangedEventArgs)
DependencyObject.CoerceValue(DependencyProperty)
DependencyObject.Dispatcher
DependencyObject.INTERNAL_OnAttachedToVisualTree()
DependencyObject.INTERNAL_OnDetachedFromVisualTree()
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.ClearValue(DependencyPropertyKey)
DependencyObject.CheckAccess()
DependencyObject.GetAnimationBaseValue(DependencyProperty)
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 Source

WebBrowserBrush()

Initializes a new instance of the WebBrowserBrush class.

Declaration
[NotImplemented]
public WebBrowserBrush()

Fields

| Improve this Doc View Source

SourceNameProperty

Identifies the SourceName dependency property.

Declaration
[NotImplemented]
public static readonly DependencyProperty SourceNameProperty
Field Value
Type Description
DependencyProperty

Properties

| Improve this Doc View Source

SourceName

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 Source

Redraw()

Forces the brush to asynchronously redraw itself.

Declaration
[NotImplemented]
public void Redraw()
| Improve this Doc View Source

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.

Extension Methods

DependencyObjectHelper.GetSelfAndAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestors(DependencyObject)
VisualTreeExtensions.GetVisualAncestorsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualChildren(DependencyObject)
VisualTreeExtensions.GetVisualChildrenAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualDescendants(DependencyObject)
VisualTreeExtensions.GetVisualDescendantsAndSelf(DependencyObject)
VisualTreeExtensions.GetVisualSiblings(DependencyObject)
VisualTreeExtensions.GetVisualSiblingsAndSelf(DependencyObject)
  • Improve this Doc
  • View Source