HwndTarget.RootVisual Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the root visual object of the page that is hosted by the window.
public:
virtual property System::Windows::Media::Visual ^ RootVisual { void set(System::Windows::Media::Visual ^ value); };
public override System.Windows.Media.Visual RootVisual { [System.Security.SecurityCritical] set; }
public override System.Windows.Media.Visual RootVisual { set; }
[<set: System.Security.SecurityCritical>]
member this.RootVisual : System.Windows.Media.Visual
member this.RootVisual : System.Windows.Media.Visual
Public Overrides Property RootVisual As Visual
Property Value
The root visual object of the hosted page.
- Attributes
Remarks
Important
This class only overrides the set{} implementation of this property. Although a get{} implementation exists, it comes from the CompositionTarget base class that originally declared this virtual property. On HwndTarget instances, this property is really read-write, despite how the syntax reads in this documentation topic.
Applies to
See also
.NET