ESRI.ArcGIS.ADF.IMS | |
LabelMode Property | |
See Also |
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace > ShieldSymbol Class : LabelMode Property |
Visual Basic (Declaration) | |
---|---|
Public Property LabelMode As ShieldLabelMode |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public ShieldLabelMode LabelMode {get; set;} |
For an example, see the ShieldSymbol overview.
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.
Default is NumericOnly.