Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / C1Document Class / MeasurementUnits Property

In This Topic
    MeasurementUnits Property
    In This Topic
    Gets or sets the units of measurement used to define coordinates and sizes of objects in the current document.
    Syntax
    'Declaration
     
    Public Property MeasurementUnits As UnitTypeEnum
    public UnitTypeEnum MeasurementUnits {get; set;}
    See Also