RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1LengthUnitType Enumeration

In This Topic
    C1LengthUnitType Enumeration
    In This Topic
    Describes the different units of a C1Length
    Syntax
    'Declaration
     
    
    Public Enum C1LengthUnitType 
       Inherits System.Enum
    public enum C1LengthUnitType : System.Enum 
    Members
    MemberDescription
    AutoAutomatic length.
    PercentPercentage length.
    PixelPixel length.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.RichTextBox.Documents.C1LengthUnitType

    See Also