HolographicViewConfiguration.Display 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 the HolographicDisplay which this HolographicViewConfiguration is for.
public:
property HolographicDisplay ^ Display { HolographicDisplay ^ get(); };
HolographicDisplay Display();
public HolographicDisplay Display { get; }
var holographicDisplay = holographicViewConfiguration.display;
Public ReadOnly Property Display As HolographicDisplay
Property Value
The HolographicDisplay which this HolographicViewConfiguration is for.