ContinuumNavigationTransitionInfo.SetIsEntranceElement Metodo

Definizione

Imposta un valore booleano che indica se l'elemento UIElement specificato è l'elemento di ingresso per la navigazione continua.

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

Parametri

element
UIElement

UIElement su cui impostare l'indicatore dell'elemento di ingresso.

value
Boolean

bool

Impostare questo valore su true se l'elemento è l'elemento di ingresso; in caso contrario, impostarlo su false.

Commenti

Questo metodo supporta l'utilizzo XAML della proprietà associata ContinuumNavigationTransitionInfo.IsEntranceElement .

Si applica a

Vedi anche