Gets or sets a value indicating the position of labels relative to item icons.
Namespace: MindFusion.Diagramming
File: ItemListView.js
SyntaxJavaScript
Copy Code
|
|---|
get labelPosition() {} |
LabelPosition
A member of the LabelPosition enumeration. The default value is Auto.
RemarksThe default Auto value places labels to the right of item icons if using one-column layout, and below icons if showing multiple columns.
See Also