PivotAxis 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.
Rotational Pivot axis for orientating an object
public enum class PivotAxis
	public enum PivotAxis
	type PivotAxis = 
	Public Enum PivotAxis
		- Inheritance
 - 
				PivotAxis
 
Fields
| Name | Value | Description | 
|---|---|---|
| XY | 0 | |
| Y | 1 | |
| X | 2 | |
| Z | 3 | |
| XZ | 4 | |
| YZ | 5 | |
| Free | 6 |