MapUnits Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the units of measure for map items.
public enum class MapUnits
public enum MapUnits
type MapUnits =
Public Enum MapUnits
- Inheritance
-
MapUnits
Fields
Name | Value | Description |
---|---|---|
Percentage | 0 | Specifies that the unit is a percentage of the containing object. |
Inch | 1 | Specifies that the unit is inches. |
Point | 2 | Specifies that the unit is points. |
Centimeter | 3 | Specifies that the unit is centimeters. |
Millimeter | 4 | Specifies that the unit is millimeters. |
Pica | 5 | Specifies that the unit is picas. |