HolographicDisplay.IsOpaque Property

Definition

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.

Applies to