DiagramLite Programmer's Guide
Diagram.NodesExpandable Property
See Also
 





Gets or sets a value indicating whether newly created nodes can be expanded.

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

 Syntax

C#  Copy Code

public bool NodesExpandable { get; set; }

Visual Basic  Copy Code

Public Property NodesExpandable As Boolean

 Property Value

A boolean value assigned to the Expandable property of new nodes. The default is false.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
ExpandButtonTemplate Property