Search
IconPosition Enumeration
See Also
 






Specifies how the header icon is positoned in list items.

Namespace: MindFusion.Common.UI
File: Enum.js

 Syntax

JavaScript  Copy Code

// enum
IconPosition = {}

 Members

  Member name Description

Left

The icon is positioned on the left side of the title text.

Right

The icon is positioned on the right side of the title text.

 See Also