Share via


EntranceNavigationTransitionInfo.SetIsTargetElement Method

Definition

Sets the value of the EntranceNavigationTransitionInfo.IsTargetElement XAML attached property for a target element.

public:
 static void SetIsTargetElement(UIElement ^ element, bool value);
 static void SetIsTargetElement(UIElement const& element, bool const& value);
public static void SetIsTargetElement(UIElement element, bool value);
function setIsTargetElement(element, value)
Public Shared Sub SetIsTargetElement (element As UIElement, value As Boolean)

Parameters

element
UIElement

The object to which the property value is written.

value
Boolean

bool

The value to set. true if the element is the animation target; otherwise, false.

Applies to

See also