VisualElementFocusRing Constructor

Declaration

public VisualElementFocusRing(UIElements.VisualElement root, UIElements.VisualElementFocusRing.DefaultFocusOrder dfo);

Parameters

root The root of the element tree for which we want to build a focus ring.
dfo Default ordering of the elements in the ring.

Description

Constructor.

Navigation will never focus an element that's not a descendent of the root element. If the root element is not the absolute root of its own visual tree, navigation within the focus ring will wrap around the root element hierarchy when it would otherwise leave it.


Did you find this page useful? Please give it a rating: