ESRI.ArcGIS.ADF.Web
RenderOnClient Property
See Also 
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.

See Also

© 2010 All Rights Reserved.