Specifies the position of an image relative to the item's text.
Namespace:
C1.Web.CommandAssembly: C1.Web.Command.2 (in C1.Web.Command.2.dll)
Syntax
C# |
---|
public enum ItemImagePositionEnum |
Visual Basic (Declaration) |
---|
Public Enumeration ItemImagePositionEnum |
Members
Member name | Description | |
---|---|---|
NotSet |
Image postion is not set.
| |
Near |
Image placed near to the item text.
| |
Far |
Image placed far to the item text.
| |
Bottom |
Image placed under the item text.
| |
Top |
Image placed above the item text.
| |
TextOnly |
Item's text is shown, but its image is not shown.
| |
ImageOnly |
Item's image is shown, but its text is not shown.
|