Share via


BitmapEncoder.Preview Proprietà

Definizione

Ottiene o imposta un oggetto BitmapSource che rappresenta l'anteprima globale di questa bitmap, se esistente.

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

Valore della proprietà

BitmapSource

Oggetto BitmapSource che rappresenta l'anteprima di una bitmap.

Eccezioni

La bitmap non supporta l'anteprima.

Il valore è impostato su null.

Si applica a

Vedi anche