C1.Win.Input Namespace / LengthUnit Enumeration

LengthUnit Enumeration
Defines the LengthUnit enumeration.
Syntax
'Declaration
 
Public Enum LengthUnit 
   Inherits 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.Input.LengthUnit

See Also