Search
HtmlBuilder.AreasForTreeViewItems Property
See Also
 





Gets or sets a value indicating whether AREA tags are generated for TreeViewNode items.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool AreasForTreeViewItems { get; set; }

Visual Basic  Copy Code

Public Property AreasForTreeViewItems As Boolean

 Property Value

true to create AREA tags for TreeViewNode items; otherwise, false. The default is false.

 See Also