Search
Command.Title Property
See Also
 





Gets or sets the text associated with the action.

Namespace: MindFusion.Diagramming.Commands
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public string Title { get; set; }

Visual Basic  Copy Code

Public Property Title As String

 Property Value

 Remarks

This text can be used to indicate to users what exactly will be undone or redone.

 See Also