LowLagPhotoControl.HardwareAcceleratedThumbnailSupported 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 that specifies if hardware acceleration is supported for thumbnails.
public:
property unsigned int HardwareAcceleratedThumbnailSupported { unsigned int get(); };
uint32_t HardwareAcceleratedThumbnailSupported();
public uint HardwareAcceleratedThumbnailSupported { get; }
var uInt32 = lowLagPhotoControl.hardwareAcceleratedThumbnailSupported;
Public ReadOnly Property HardwareAcceleratedThumbnailSupported As UInteger
Property Value
true if hardware acceleration for thumbnails is supported; otherwise, false.