EntranceNavigationTransitionInfo.SetIsTargetElement 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.
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.