AnimationTypesOnClick Enumeration
Supported animation effects when a user click's on iMenu item.
Namespace: BeeMobile.iMenuAssembly: BeeMobile.iMenu.NET48 (in BeeMobile.iMenu.NET48.dll) Version: 4.8.1.5
public enum AnimationTypesOnClick
Public Enumeration AnimationTypesOnClick
| None | 0 |
No effect will be used when user clicks on iMenu item.
|
| ZoomIn | 1 |
iMenu item will be zoomed in.
|
| ZoomOutWholePage | 2 |
iMenu page will be zoomed out to black.
|
| ZoomOut | 3 |
iMenu item will be zoomed out.
|
| UsePressedImage | 4 |
iMenu item will use pressed (different) image.
|