Sdílet prostřednictvím


BitmapDecoder.Preview Vlastnost

Definice

BitmapSource Získá, který představuje globální náhled tohoto rastrového obrázku, pokud je definován.

public:
 virtual property System::Windows::Media::Imaging::BitmapSource ^ Preview { System::Windows::Media::Imaging::BitmapSource ^ get(); };
public virtual System.Windows.Media.Imaging.BitmapSource Preview { [System.Security.SecurityCritical] get; }
public virtual 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 Overridable ReadOnly Property Preview As BitmapSource

Hodnota vlastnosti

BitmapSource

A BitmapSource , který představuje globální náhled rastrového obrázku. Pokud není definován žádný náhled, vrátí tato vlastnost null. Tato vlastnost nemá výchozí hodnotu.

Atributy

Poznámky

Vrácená BitmapSource touto vlastností je zmrazena.

Platí pro

Viz také