ESRI.ArcGIS.ADF.Web
Label Property
See Also 
ESRI.ArcGIS.ADF.Web.Display.Swatch Namespace > Swatch Class : Label Property




The label to display with the swatch.

Syntax

Visual Basic (Declaration) 
Public Property Label As String
Visual Basic (Usage)Copy Code
Dim instance As Swatch
Dim value As String
 
instance.Label = value
 
value = instance.Label
C# 
public string Label {get; set;}

Remarks

Typically the label describes the value that is displayed on the map with the symbol represented by the swatch.

See Also

© 2010 All Rights Reserved.