WebViewBrush.SourceName property

This topic has not yet been rated - Rate this topic

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

Syntax


public string SourceName { get; set; }


<WebViewBrush SourceName="nameOfWebView"/>

XAML Values

nameOfWebView

The x:Name or reference name of an existing WebView control in the same UI.

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

Minimum supported server

Windows Server 2012

Namespace

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

Metadata

Windows.winmd

See also

WebViewBrush

 

 

Build date: 3/12/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.