DiagramLite Programmer's Guide
HtmlBuilder.ExpandBtnHyperLink Property
See Also
 





Gets or sets the hyperlink assigned to AREA tags generated for the +/- buttons of expandable nodes.

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

 Syntax

C#  Copy Code

public string ExpandBtnHyperLink { get; set; }

Visual Basic  Copy Code

Public Property ExpandBtnHyperLink As String

 Property Value

 Remarks

If the value of this property is not an empty string, the HtmlBuilder creates <AREA>> tags for the expand/collapse buttons displayed besides nodes.

 See Also

HtmlBuilder Members
HtmlBuilder Class
MindFusion.Diagramming Namespace