[]
Gets or sets a value indicating the measurement units used within the designer environment.
public MeasurementUnits DesignerUnits { get; set; }
Type | Description |
---|---|
MeasurementUnits | A MeasurementUnits value that specifies the current measurement units. This can be inches, millimeters, etc., depending on the enumeration values defined within MeasurementUnits. |
This property influences how dimensions are displayed and interpreted throughout the design process. Changing the measurement units can be useful for adapting the designer to different regional settings or user preferences. It's important to ensure that the value set is valid within the MeasurementUnits enumeration.