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




Specifies the text casing rules.

Syntax

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

Members

MemberDescription
TitleCaps The first letter of each word is upper case and all the other letters are lower case.
AllUpper All letters are upper case.
AllLower All letters are lower case.
None No change is made to the casing of the text.

Remarks

Determines how labels are printed. If None is used, no change is made to the label: Welcome to ArcIMS. If AllLower is used, all letters are lowercase: welcome to arcims. If AllUpper is used, all letters are uppercase: WELCOME TO ARCIMS. If TitleCaps is used, the first letter of each word in a label is uppercase and everything else is lowercase: Welcome To Arcims.

Inheritance Hierarchy

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

See Also

© 2010 All Rights Reserved.