Search
Shape.DisplayName Property
See Also
 





Specifies the name that should be displayed for this shape in user interface objects.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public string DisplayName { get; set; }

Visual Basic  Copy Code

Public Property DisplayName As String

 Property Value

The DisplayName of all predefined shapes is set to the value of their Id property.

 See Also