AppBroadcastGlobalSettings.IsGpuConstrained Property

Definition

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

Applies to