ESRI.ArcGIS.ADF.IMS
LabelMode Property
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace > RasterShieldSymbol Class : LabelMode Property




Gets or sets the format of the value drawn on the raster shield.

Syntax

Visual Basic (Declaration) 
Public Property LabelMode As ShieldLabelMode
Visual Basic (Usage)Copy Code
Dim instance As RasterShieldSymbol
Dim value As ShieldLabelMode
 
instance.LabelMode = value
 
value = instance.LabelMode
C# 
public ShieldLabelMode LabelMode {get; set;}

Example

For an example, see the RasterShieldSymbol overview.

Remarks

Determines what value is drawn on raster shield. If Full is used, the entire field value, such as I-80, is displayed. If NumericOnly is used, only numbers within the field are displayed. For example, I-80 is displayed as 80.

See Also

© 2010 All Rights Reserved.