HolographicDisplay.IsOpaque Property
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.
Gets whether this display is occluded, blocking the user's view of the physical world around them.
public:
property bool IsOpaque { bool get(); };
bool IsOpaque();
public bool IsOpaque { get; }
var boolean = holographicDisplay.isOpaque;
Public ReadOnly Property IsOpaque As Boolean
Property Value
Boolean
bool
Whether this display is occluded.