ASP.NET Pack Programmer's Guide
ClientSideMode Enumeration
See Also
 





Specifies the method used for handling user interaction and drawing on the client side.

Namespace: MindFusion.Diagramming.WebForms
Package: MindFusion.Diagramming.WebForms

 Syntax

C#  Copy Code

public enum ClientSideMode

Visual Basic  Copy Code

Public Enum ClientSideMode

 Members

  Member name Description

Canvas

The diagram is rendered on the client side using an HTML5 Canvas.

ImageMap

The diagram is rendered on the client side using an image and an HTML image map. Each area of the image map corresponds to a diagram item.

SvgImage

The diagram is rendered on the client side as an SVG drawing.

 See Also

MindFusion.Diagramming.WebForms Namespace