EntranceNavigationTransitionInfo.GetIsTargetElement(UIElement) Method

Definition

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

public:
 static bool GetIsTargetElement(UIElement ^ element);
 static bool GetIsTargetElement(UIElement const& element);
public static bool GetIsTargetElement(UIElement element);
function getIsTargetElement(element)
Public Shared Function GetIsTargetElement (element As UIElement) As Boolean

Parameters

element
UIElement

The object from which the property value is read.

Returns

Boolean

bool

The EntranceNavigationTransitionInfo.IsTargetElement attached property value of the specified object. true if the element is the animation target; otherwise, false.

Applies to

See also