Specifies the position of labels in a ListView control.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public enum LabelPosition |
Visual Basic
Copy Code
|
|---|
Public Enum LabelPosition |
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