Click or drag to resize
ApplicationRootVisual Property
Gets or sets the main application UI. This is an alias for: Window.Current.Content

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public UIElement RootVisual { get; set; }

Property Value

Type: UIElement
See Also