Specifies the position of an image relative to the item's text.

Namespace:  C1.Web.Command
Assembly:  C1.Web.Command.2 (in C1.Web.Command.2.dll)

Syntax

C#
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute(ItemImagePositionEnum.NotSet)]
public ItemImagePositionEnum ItemImagePosition { get; set; }
Visual Basic (Declaration)
<NotifyParentPropertyAttribute(True)> _
<DefaultValueAttribute(ItemImagePositionEnum.NotSet)> _
Public Property ItemImagePosition As ItemImagePositionEnum

See Also