Gets or sets the name that should be displayed for this shape in user interface objects.
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.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |