Freigeben über


WindowTabThumbnailRequestedEventArgs.RequestedSize Eigenschaft

Definition

Ruft die größe ab, die vom System für das Miniaturbild angefordert wird.

public:
 property BitmapSize RequestedSize { BitmapSize get(); };
BitmapSize RequestedSize();
public BitmapSize RequestedSize { get; }
var bitmapSize = windowTabThumbnailRequestedEventArgs.requestedSize;
Public ReadOnly Property RequestedSize As BitmapSize

Eigenschaftswert

Die vom System angeforderte Größe für das Miniaturbild.

Hinweise

Wichtig

Diese API ist nur für Win32-Desktop-Apps vorgesehen. UWP und andere App-Typen werden nicht unterstützt.

Gilt für:

Weitere Informationen