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.Common.WebForms
Package: MindFusion.Common.WebForms

 Syntax

C#  Copy Code

public enum ClientSideMode

Visual Basic  Copy Code

Public Enum ClientSideMode

 Members

  Member name Description

Canvas

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

ImageMap

The control is rendered on the client side using an image and an HTML image map.

 See Also

MindFusion.Common.WebForms Namespace