UIElement.XYFocusLeftNavigationStrategy Eigenschaft

Definition

Ruft einen Wert ab, der die Strategie angibt, die zum Bestimmen des Zielelements einer linken Navigation verwendet wird, oder legt diesen fest.

public:
 property XYFocusNavigationStrategy XYFocusLeftNavigationStrategy { XYFocusNavigationStrategy get(); void set(XYFocusNavigationStrategy value); };
XYFocusNavigationStrategy XYFocusLeftNavigationStrategy();

void XYFocusLeftNavigationStrategy(XYFocusNavigationStrategy value);
public XYFocusNavigationStrategy XYFocusLeftNavigationStrategy { get; set; }
var xYFocusNavigationStrategy = uIElement.xYFocusLeftNavigationStrategy;
uIElement.xYFocusLeftNavigationStrategy = xYFocusNavigationStrategy;
Public Property XYFocusLeftNavigationStrategy As XYFocusNavigationStrategy
<uiElement XYFocusLeftNavigationStrategy="xyFocusNavigationStrategyMemberName"/>

Eigenschaftswert

Ein Wert aus der Enumeration. Der Standardwert ist Auto.

Windows-Anforderungen

Gerätefamilie
Windows 10 Creators Update (eingeführt in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v4.0)

Hinweise

Wenn diese Eigenschaft auf Auto festgelegt ist, wird die Strategie von den Elementen-Vorgängern geerbt. Wenn alle Vorgänger den Wert Auto haben, lautet die Fallbackstrategie Projektion.

Gilt für:

Weitere Informationen