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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Interaction Namespace