AppBroadcastGlobalSettings.IsGpuConstrained 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 a value indicating whether the GPU on the device is constrained.
public:
property bool IsGpuConstrained { bool get(); };
bool IsGpuConstrained();
public bool IsGpuConstrained { get; }
var boolean = appBroadcastGlobalSettings.isGpuConstrained;
Public ReadOnly Property IsGpuConstrained As Boolean
Property Value
Boolean
bool
True if the GPU is constrained; otherwise, false.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|