Partager via


LateBoundBitmapDecoder.Preview Propriété

Définition

Obtient un BitmapSource qui représente l’aperçu global de cette image bitmap, s’il est défini.

public:
 virtual property System::Windows::Media::Imaging::BitmapSource ^ Preview { System::Windows::Media::Imaging::BitmapSource ^ get(); };
public override System.Windows.Media.Imaging.BitmapSource Preview { [System.Security.SecurityCritical] get; }
public override System.Windows.Media.Imaging.BitmapSource Preview { get; }
[<get: System.Security.SecurityCritical>]
member this.Preview : System.Windows.Media.Imaging.BitmapSource
member this.Preview : System.Windows.Media.Imaging.BitmapSource
Public Overrides ReadOnly Property Preview As BitmapSource

Valeur de propriété

BitmapSource

BitmapSource qui représente l’aperçu global de l’image bitmap. Si aucun aperçu n’est défini, ou si LateBoundBitmapDecoder télécharge encore du contenu, cette propriété retourne null. Cette propriété n’a aucune valeur par défaut.

Attributs

Remarques

Cette BitmapSource propriété est figée.

S’applique à

Voir aussi