Search
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
Assembly: MindFusion.Diagramming

 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