Search
Palette.LabelPosition Property
See Also
 





Gets or sets the position of the items' labels.

Namespace: MindFusion.Diagramming.Blazor
Assembly: MindFusion.Diagramming.Blazor

 Syntax

C#  Copy Code

public LabelPosition LabelPosition { get; set; }

Visual Basic  Copy Code

Public Property LabelPosition As LabelPosition

 Property Value

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