Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the DependencyObject to which the IBehavior is attached.
Namespace: Microsoft.Xaml.Interactions.Core
Assembly: Microsoft.Xaml.Interactions (in Microsoft.Xaml.Interactions.dll)
Syntax
'Declaration
Public ReadOnly Property AssociatedObject As DependencyObject
public DependencyObject AssociatedObject { get; }
public:
virtual property DependencyObject^ AssociatedObject {
DependencyObject^ get () sealed;
}
abstract AssociatedObject : DependencyObject with get
override AssociatedObject : DependencyObject with get
final function get AssociatedObject () : DependencyObject
Property Value
Type: DependencyObject
The DependencyObject to which the IBehavior is attached.
Implements
.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.