Gets or sets the position of the items' labels.
Namespace: MindFusion.Diagramming.Blazor
Assembly: MindFusion.Diagramming.Blazor
SyntaxC#
Copy Code
|
|---|
public LabelPosition LabelPosition { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LabelPosition As 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