Framework.DeviceSettings Property (DeviceSettings)
Retrieves the DeviceSettings object that contains the device settings for the current Device object used by the framework.
Visual Basic Public ReadOnly Property DeviceSettings As DeviceSettings C# public DeviceSettings DeviceSettings { get; } C++ public:
property DeviceSettings^ DeviceSettings {
DeviceSettings^ get();
}JScript public function get DeviceSettings() : DeviceSettings
Microsoft.Samples.DirectX.UtilityToolkit.DeviceSettings
This property is read-only.
The DeviceSettings object that contains the device settings for the current Device object used by the framework.
If there is no current Device object used by the framework, the DeviceSettings object will contain blank settings.
Show: