Search
Palette.labelPosition Property
See Also
 





Gets or sets a value indicating the position of labels relative to item icons.

Namespace: MindFusion.Diagramming.Controls
File: Palette.js

 Syntax

JavaScript  Copy Code

get labelPosition() {}
set labelPosition(value) {}

 Property Value

LabelPosition

A member of the LabelPosition enumeration. The default value is Auto.

 Remarks

The 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