Search
LabelPosition Enumeration
See Also
 





Specifies the position of labels in a ListView control.

Namespace: MindFusion.Diagramming
File: Enum.js

 Syntax

JavaScript  Copy Code

// enum
LabelPosition = {}

 Members

  Member name Description

Auto

Labels are positioned depending on the column count.

Bottom

Labels are positioned below the icon.

Left

Labels are on the left side of the icon.

Right

Labels are on the right side of the icon.

 See Also