Share via


WindowTabThumbnailRequestedEventArgs.RequestedSize Property

Definition

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.

Applies to

See also