Share via


AdornerPanel.ActualView Property

Gets or sets the computed view associated with the adorner panel.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public ReadOnly Property ActualView As DependencyObject
'Usage
Dim instance As AdornerPanel 
Dim value As DependencyObject 

value = instance.ActualView
public DependencyObject ActualView { get; }
public:
property DependencyObject^ ActualView {
    DependencyObject^ get ();
}
public function get ActualView () : DependencyObject

Property Value

Type: System.Windows.DependencyObject
The value of the View property, if View is set; otherwise, the view obtained from the model.

.NET Framework Security

See Also

Reference

AdornerPanel Class

AdornerPanel Members

Microsoft.Windows.Design.Interaction Namespace

Other Resources

Adorner Architecture

Layout Space and Render Space

Feature Providers and Feature Connectors