EntranceNavigationTransitionInfo.GetIsTargetElement(UIElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.