Specifies the method used for handling user interaction and drawing on the client side.
Namespace: MindFusion.Common.WebForms
Package: MindFusion.Common.WebForms
C# Copy Code |
---|
public enum ClientSideMode |
Visual Basic Copy Code |
---|
Public Enum ClientSideMode |
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. |