WindowTabThumbnailRequestedEventArgs.RequestedSize 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 size requested by the system for the thumbnail image.
public:
property BitmapSize RequestedSize { BitmapSize get(); };
BitmapSize RequestedSize();
public BitmapSize RequestedSize { get; }
var bitmapSize = windowTabThumbnailRequestedEventArgs.requestedSize;
Public ReadOnly Property RequestedSize As BitmapSize
Property Value
The size requested by the system for the thumbnail image.
Remarks
Important
This API is for Win32 desktop apps only. UWP and other app types are not supported.