AdornerPanel.View Property
Gets or sets the adorner panel's associated view. This is a dependency property.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Property View As DependencyObject
'Usage
Dim instance As AdornerPanel
Dim value As DependencyObject
value = instance.View
instance.View = value
public DependencyObject View { get; set; }
public:
property DependencyObject^ View {
DependencyObject^ get ();
void set (DependencyObject^ value);
}
public function get View () : DependencyObject
public function set View (value : DependencyObject)
Property Value
Type: System.Windows.DependencyObject
A DependencyObject representing the associated view.
Dependency Property Information
Identifier field |
|
Metadata properties set to true |
None |
Remarks
If View is not nulla null reference (Nothing in Visual Basic), the adorner panel layout matches the bounds of the view. If View is nulla null reference (Nothing in Visual Basic), the adorner panel is not arranged during layout.
.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