Search
Shape.DisplayName Property
See Also
 





Specifies the name that should be displayed for this shape in user interface objects, for example the ShapeListBox or ShapeToolBar.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 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