ComponentOne Input for WinForms
LengthUnit Enumeration

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace : LengthUnit Enumeration
Defines the LengthUnit enumeration.
Syntax
'Declaration
 
Public Enum LengthUnit 
   Inherits System.Enum
public enum LengthUnit : System.Enum 
Members
MemberDescription
ByteIndicates the calculational unit is a byte when calculating the length of the string.
CharIndicates the calculational unit is a .Net character when calculating the length of the string.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Input.LengthUnit

See Also

Reference

C1.Win.C1Input Namespace