Represents a label displayed by a DiagramNode. New labels can be added to a node by calling the DiagramNode.AddLabel method.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public class NodeLabel : ItemLabel |
Visual Basic
Copy Code
|
|---|
Public Class NodeLabel |
Inheritance HierarchySystem.Object![]()
MindFusion.Diagramming.ItemLabel
MindFusion.Diagramming.NodeLabel
See Also