MindFusion.Wpf Pack Programmer's Guide
AreaEventArgs.AreaTag Property
See Also
 





Gets or sets the HTML AREA tag created by HtmlBuilder. You can insert additional attributes or JavaScript event handlers into that string.

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

 Syntax

C#  Copy Code

public string AreaTag { get; set; }

Visual Basic  Copy Code

Public Property AreaTag As String

 Property Value

A string value that represents the AREA tag, including the opening and closing brackets.

 See Also

AreaEventArgs Members
AreaEventArgs Class
MindFusion.Diagramming.Wpf Namespace