Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.06 KB

uielement_xyfocusrightnavigationstrategy.md

File metadata and controls

43 lines (24 loc) · 1.06 KB
-api-id -api-type
P:Windows.UI.Xaml.UIElement.XYFocusRightNavigationStrategy
winrt property

Windows.UI.Xaml.UIElement.XYFocusRightNavigationStrategy

-description

Gets or sets a value that specifies the strategy used to determine the target element of a right navigation.

-xaml-syntax

<uiElement XYFocusRightNavigationStrategy="xyFocusNavigationStrategyMemberName"/>

-xaml-values

xyFocusNavigationStrategyMemberName

One of the named constants of the XYFocusNavigationStrategy enumeration.

-property-value

A value of the enumeration. The default is Auto.

-remarks

When this property is set to Auto, the strategy is inherited from the elements ancestors. If all ancestors have a value of Auto, the fallback strategy is Projection.

-see-also

XYFocusNavigationStrategy

-examples