SysSpatialStageBoundaryDisposition 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.
Indicates the disposition of a spatial stage's boundary.
Important
This API is available only to components of the Windows operating system. Calls to these APIs will fail at runtime for all other processes. These APIs may be modified or removed in future Windows releases.
public enum class SysSpatialStageBoundaryDisposition
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.Implementation.Holographic.HoloSysImplementationContract, 65536)]
enum class SysSpatialStageBoundaryDisposition
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.Implementation.Holographic.HoloSysImplementationContract), 65536)]
public enum SysSpatialStageBoundaryDisposition
var value = Windows.System.Implementation.Holographic.SysSpatialStageBoundaryDisposition.unavailable
Public Enum SysSpatialStageBoundaryDisposition
- Inheritance
-
SysSpatialStageBoundaryDisposition
- Attributes
Windows requirements
Device family |
Windows Holographic System Implementation Extension SDK (introduced in 10.0.17763.0)
|
API contract |
Windows.System.Implementation.Holographic.HoloSysImplementationContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Unavailable | 0 | The boundary is unavailable. |
Enabled | 1 | The boundary is enabled. |
Disabled | 2 | The boundary is disabled. |