Enum FlyToArcMode
Chooses when FlyTo takes the van Wijk zoom-out-then-in arc
instead of a direct interpolation.
public enum FlyToArcMode
Fields
Always = 2Always arc, even for short or zoom-only moves.
Auto = 0Arc only when the pan distance clears the geometric gate.
Never = 1Never arc; always the direct interpolation.