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
Package: MindFusion.Diagramming
C# Copy Code |
---|
public string AreaTag { get; set; } |
Visual Basic Copy Code |
---|
Public Property AreaTag As String |
A string value that represents the AREA tag, including the opening and closing brackets.
NetDiagram Programmer's Guide | © 2023 MindFusion |