Enum StartCondition

GoDiagram®
v10.0.8
by Northwoods Software®

This enumeration specifices how an animation should be triggered. Used for StartCondition.

Namespace: Northwoods.Go
Assembly: Northwoods.GoDiagram.WinForms.dll
Syntax
public enum StartCondition

Fields

Name Description
Bundled

The AnimationManager will use the default animation to prepare a single Animation that begins when the current transaction has ended.

Default

GoDiagram will attempt to use Bundled or Immediate based on the state of the transaction.

Immediate

A new animation will be created for every instance of the property changed, and started immediately, and run until completion.