ArcGIS API for Silverlight - Library Reference
IsReference Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client.WebMap Namespace > WebMapLayer Class : IsReference Property

Gets a value indicating whether the layer should be drawn on top of all other layers in the web map. Else, it should be drawn based on the order it was stored in the web map. This property only applies to basemap layers, not to operational layers.

Syntax

Visual Basic (Declaration) 
Public Property IsReference As Boolean
C# 
public bool IsReference {get; set;}

Property Value

true if this layer should be drawn on top of all other layers; otherwise, false.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.