Specifies the name that should be displayed for this shape in user interface objects, for example the ShapeListBox or ShapeToolBar.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |