Table of Contents
FloaterGlideMode Enumeration

Specifies whether a Floater should play glide effect when it moves.

Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)

Syntax
 public enum FloaterGlideMode
Members
Member Name Description
Auto Automatically determines which option is better.
AlwaysOff Does not play glide effect.
AlwaysOn Always plays glide effect.
See Also