Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.06 KB

uielement_xyfocusdownnavigationstrategy.md

File metadata and controls

41 lines (24 loc) · 1.06 KB
-api-id -api-type
P:Microsoft.UI.Xaml.UIElement.XYFocusDownNavigationStrategy
winrt property

Microsoft.UI.Xaml.UIElement.XYFocusDownNavigationStrategy

-description

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

-xaml-syntax

<uiElement XYFocusDownNavigationStrategy="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