Calendar for WinForms | ComponentOne
C1.Win.C1Input Namespace / LengthUnit Enumeration

In This Topic
    LengthUnit Enumeration
    In This Topic
    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