uDialog  1.07
uDialog_Enums.cs File Reference

Namespaces

namespace  UI.Dialogs
 

Enumerations

enum  UI.Dialogs.eIconType {
  UI.Dialogs.eIconType.None, UI.Dialogs.eIconType.Information, UI.Dialogs.eIconType.Question, UI.Dialogs.eIconType.Warning,
  UI.Dialogs.eIconType.Custom
}
 
enum  UI.Dialogs.eThemeImageSet {
  UI.Dialogs.eThemeImageSet.RoundedEdges, UI.Dialogs.eThemeImageSet.SharpEdges, UI.Dialogs.eThemeImageSet.NoImages, UI.Dialogs.eThemeImageSet.Fantasy,
  UI.Dialogs.eThemeImageSet.SciFi, UI.Dialogs.eThemeImageSet.Angular, UI.Dialogs.eThemeImageSet.Custom
}
 
enum  UI.Dialogs.eOutlineMode { UI.Dialogs.eOutlineMode.Shadow, UI.Dialogs.eOutlineMode.Glow, UI.Dialogs.eOutlineMode.None }
 
enum  UI.Dialogs.eShowAnimation {
  UI.Dialogs.eShowAnimation.SlideIn_Left, UI.Dialogs.eShowAnimation.SlideIn_Right, UI.Dialogs.eShowAnimation.SlideIn_Top, UI.Dialogs.eShowAnimation.SlideIn_Bottom,
  UI.Dialogs.eShowAnimation.FadeIn, UI.Dialogs.eShowAnimation.Grow, UI.Dialogs.eShowAnimation.None
}
 
enum  UI.Dialogs.eCloseAnimation {
  UI.Dialogs.eCloseAnimation.SlideOut_Left, UI.Dialogs.eCloseAnimation.SlideOut_Right, UI.Dialogs.eCloseAnimation.SlideOut_Top, UI.Dialogs.eCloseAnimation.SlideOut_Bottom,
  UI.Dialogs.eCloseAnimation.FadeOut, UI.Dialogs.eCloseAnimation.Shrink, UI.Dialogs.eCloseAnimation.None
}
 
enum  UI.Dialogs.eTextEffect { UI.Dialogs.eTextEffect.None, UI.Dialogs.eTextEffect.Shadowed, UI.Dialogs.eTextEffect.Outline }
 
enum  UI.Dialogs.eNotificationDirection { UI.Dialogs.eNotificationDirection.TopDown, UI.Dialogs.eNotificationDirection.BottomUp }
 
enum  UI.Dialogs.eResizeListenerType {
  UI.Dialogs.eResizeListenerType.Left, UI.Dialogs.eResizeListenerType.Right, UI.Dialogs.eResizeListenerType.Bottom, UI.Dialogs.eResizeListenerType.BottomLeft,
  UI.Dialogs.eResizeListenerType.BottomRight
}
 
enum  UI.Dialogs.eResizeDirection { UI.Dialogs.eResizeDirection.Left, UI.Dialogs.eResizeDirection.Right, UI.Dialogs.eResizeDirection.Bottom }
 
enum  UI.Dialogs.ePreviousContentAction { UI.Dialogs.ePreviousContentAction.Nothing, UI.Dialogs.ePreviousContentAction.Disable, UI.Dialogs.ePreviousContentAction.Destroy }