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

GraphView.FramePrev

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

参数

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

返回

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

描述

聚焦查看当前所选元素之前的上一个元素。