Table of Contents
ImageMode Enumeration

Specifies displaying mode of the images defined in MenuItemImages.

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

Syntax
 public enum ImageMode
Members
Member Name Description
NotSet The value is not set. Runtime will use the value from the corresponding look item. If not specified, ImageOnly will be used.
ImageOnly Displays the image as item's whole content, also known as image-only item. LeftIcon, Text and RightIcon will be ignored.
ItemBackground Displays the image as item's background.
TextBackground Displays the image as item text's background. The image only displays as background on the region where Text is displayed, LeftIcon and RightIcon will not be affected.
See Also