MindFusion.Wpf Pack Programmer's Guide
Command.Title Property
See Also
 





Gets or sets the text associated with the action.

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

 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

Command Members
Command Class
MindFusion.Diagramming.Wpf.Commands Namespace