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

GraphView.FrameNext

切换到手册
public Experimental.GraphView.EventPropagation FrameNext (Func<GraphElement,bool> predicate);

参数

predicate用于对所有现有图形元素的列表进行排序的谓词。

返回

EventPropagation 如果图中没有元素,则返回 Continue;如果有,则返回 Stop。

描述

当前选择一个元素后,聚焦查看下一个元素。