Skip to main content
A newer version of this page is available. .

MeasureUnit Class

Represents a unit of measure used by the DiagramControl and DiagramControl.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v18.1.Core.dll

Declaration

[TypeConverter(typeof(MeasureUnitConverter))]
public class MeasureUnit

The following members accept/return MeasureUnit objects:

Library Related API Members
WinForms Controls DiagramOptionsView.MeasureUnit
WPF Controls DiagramControl.MeasureUnit

Remarks

Coordinates and sizes of the Diagram Control elements are specified in measurement units.

Inheritance

Object
MeasureUnit
See Also