BitmapEncoder.Preview Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines BitmapSource Werts, der die globale Vorschau einer Bitmap darstellt, falls vorhanden.

public:
 virtual property System::Windows::Media::Imaging::BitmapSource ^ Preview { System::Windows::Media::Imaging::BitmapSource ^ get(); void set(System::Windows::Media::Imaging::BitmapSource ^ value); };
public virtual System.Windows.Media.Imaging.BitmapSource Preview { get; set; }
member this.Preview : System.Windows.Media.Imaging.BitmapSource with get, set
Public Overridable Property Preview As BitmapSource

Eigenschaftswert

A BitmapSource that represents the preview of a bitmap.

Ausnahmen

Die Bitmap unterstützt keine Vorschau.

Der Wert wird auf nullgesetzt.

Gilt für:

Weitere Informationen