ESRI.ArcGIS.ADF.IMS
ShieldLabelMode Enumeration
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace : ShieldLabelMode Enumeration




Specifies what value is drawn on the shield.

Syntax

Visual Basic (Declaration) 
Public Enum ShieldLabelMode 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ShieldLabelMode
C# 
public enum ShieldLabelMode : Enum 

Members

MemberDescription
Full Draw full value on the shield.
NumericOnly Draw only numeric portion of the value on the field.

Remarks

Used in the LabelMode property of ShieldSymbol and RasterShieldSymbol to determine the portion of the label field used in the label. 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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.ADF.IMS.Display.Symbol.ShieldLabelMode

See Also

© 2010 All Rights Reserved.