ESRI.ArcGIS.ADF.Web
RenderOnClient Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.Display.Graphics Namespace > GraphicsLayer Class : RenderOnClient Property




If true, the layer is rendered on the client as vector graphics

Syntax

Visual Basic (Declaration) 
Public Property RenderOnClient As Boolean
Visual Basic (Usage)Copy Code
Dim instance As GraphicsLayer
Dim value As Boolean
 
instance.RenderOnClient = value
 
value = instance.RenderOnClient
C# 
public bool RenderOnClient {get; set;}

Remarks

If RenderOnClient is true, features in the graphics layer will be rendered using client-side Web ADF JavaScript graphic features. Web ADF JavaScript graphic feature polygons only support simple fill symbols. Gradient or image fills are not supported.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.