Specifies the name that should be displayed for this shape in user interface objects.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public string DisplayName { get; set; } |
Visual Basic Copy Code |
---|
Public Property DisplayName As String |
The DisplayName of all predefined shapes is set to the value of their Id property.
WpfDiagram Programmer's Guide | © 2024 MindFusion |