ESRI.ArcGIS.ADF.IMS
ShieldLabelMode Enumeration
See Also  Send Feedback
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 System.Enum
Visual Basic (Usage)Copy Code
Dim instance As ShieldLabelMode
C# 
public enum ShieldLabelMode : System.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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.