Click or drag to resize

GH_FadePhase Enumeration

Enumerates the possible states of a ZUI fade animation.

Namespace:  Grasshopper.GUI
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public enum GH_FadePhase
Members
  Member nameValueDescription
Hidden0 Indicates the UI elements ought to be hidden.
Hiding1 Indicates the UI elements are in the process of being hidden.
Shown2 Indicates the UI elements ought to be shown.
Showing3 Indicates the UI elements are in the process of being shown.
See Also