Experimental: this API is experimental and might be changed or removed in the future.

GraphView.FrameNext

Cambiar al Manual
public Experimental.UIElements.EventPropagation FrameNext ();
public Experimental.UIElements.EventPropagation FrameNext (Func<GraphElement,bool> predicate);

Parámetros

predicateThe predicate used to sort the list of all existing graph element.

Valor de retorno

EventPropagation Continue if no elements in graph, Stop otherwise.

Descripción

Focus view on the next element after the one currently selected.