Returns a string value that is the name of the coordinate units being used by the container.
Syntax
object.ScaleUnits
The ScaleUnits property syntax has this part:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
Remarks
This string represents the coordinates used by the container of the control, such as "twips". This string can be used by the control as a units indicator when displaying coordinate values.
If the container does not implement this ambient property, the default value will be an empty string.