EntranceNavigationTransitionInfo.SetIsTargetElement Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit la valeur de la propriété jointe XAML EntranceNavigationTransitionInfo.IsTargetElement pour un élément cible.
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)
Paramètres
- element
- UIElement
Objet dans lequel la valeur de propriété est écrite.
- value
-
Boolean
bool
Valeur à définir. true si l’élément est la cible d’animation ; sinon, false.