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 or sets the target object. This is a dependency property.
Namespace: Microsoft.Xaml.Interactions.Core
Assembly: Microsoft.Xaml.Interactions (in Microsoft.Xaml.Interactions.dll)
Syntax
'Declaration
Public Property TargetObject As FrameworkElement
public FrameworkElement TargetObject { get; set; }
public:
property FrameworkElement^ TargetObject {
FrameworkElement^ get ();
void set (FrameworkElement^ value);
}
member TargetObject : FrameworkElement with get, set
function get TargetObject () : FrameworkElement
function set TargetObject (value : FrameworkElement)
Property Value
Type: FrameworkElement
The target object.
.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.