WebViewBrush.SourceName property

Expand
This topic has not yet been rated - Rate this topic

WebViewBrush.SourceName property

[This documentation is preliminary and is subject to change.]

Gets the name of the source WebView control that provides the HTML content.

Syntax


public string SourceName { get; set; }


<WebViewBrush SourceName="{Binding ElementName=nameOfWebView"/>

XAML Values

nameOfWebView

The x:Name or reference name of an existing WebView control in the same UI. For this usage, the source and target are assumed to be in the same data context for the ElementName binding.

Property value

Type: System.String [.NET] | Platform::String [C++]

The Name of the WebView that provides the HTML content.

Requirements

Minimum supported client

Windows 8 Release Preview

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

WebViewBrush

 

 

Build date: 5/22/2012

Did you find this helpful?
(1500 characters remaining)
Community Additions ADD
The example is missing a closing curly brace.
The example is missing a closing curly brace.
1/9/2012