'Declaration Public Enum AxisFlags3D Inherits System.Enum
public enum AxisFlags3D : System.Enum
Member | Description |
---|---|
None | Specifies no axes |
X | Specifies only X-axis. |
XY | Specifies X and Y axes. |
XYZ | Specifies X, Y, and Z axes. |
XZ | Specifies X and Z axes. |
Y | Specifies only Y-axis. |
YZ | Specifies Y and Z axes. |
Z | Specifies only Z-axis. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2