Search
LabelPosition Enumeration
See Also
 





Specifies the position of labels in a ListView control.

Namespace: MindFusion.Diagramming
Assembly: Enum.js

 Syntax

JavaScript  Copy Code

// enum
LabelPosition = {}

 Members

  Member name Description

Auto

Labels are positioned depending on the column count.

Right

Labels are on the right side of the icon.

Left

Labels are on the left side of the icon.

Bottom

Labels are positioned below the icon.

 See Also