Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / RulerUnits Enumeration

In This Topic
    RulerUnits Enumeration
    In This Topic
    Specifies measurement units used by the rulers.
    Syntax
    'Declaration
     
    Public Enum RulerUnits 
       Inherits System.Enum
    public enum RulerUnits : System.Enum 
    Members
    MemberDescription
    DefaultSystem default units for the current country/region are used.
    ImperialImperial units are used.
    MetricMetric units are used.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Preview.RulerUnits

    See Also