Specifies the position of labels in a ListView control.
Namespace: MindFusion.Diagramming
File: Enum.js
SyntaxJavaScript
Copy Code
|
|---|
// enum |
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