DiagramLite Programmer's Guide
LayerListView.AllowTitleEdit Property
See Also
 





Gets or sets a value indicating whether layer titles can be in-place edited. This is a dependency property.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Controls.Silverlight

 Syntax

C#  Copy Code

public bool AllowTitleEdit { get; set; }

Visual Basic  Copy Code

Public Property AllowTitleEdit As Boolean

 Property Value

true to allow in-place editing of layer titles; otherwise, false. The default is false.

 See Also

LayerListView Members
LayerListView Class
MindFusion.Diagramming Namespace