TdxRichEditControlBase.MeasurementUnit Property
Specifies the measurement unit used in a document.
Declaration
property MeasurementUnit: TdxMeasurementUnit read; write; default TdxMeasurementUnit.Document;
Property Value
Type | Default |
---|---|
TdxMeasurementUnit | Document |
Remarks
Use this property to switch between available measurement units. The appearance of horizontal and vertical measurement units depends on the selected measurement unit. Refer to the TdxMeasurementUnit type description for detailed information on available options.
The MeasurementUnit property’s default value is TdxMeasurementUnit.Document.
See Also