Sdílet prostřednictvím


LateBoundBitmapDecoder.Preview Vlastnost

Definice

BitmapSource Získá hodnotu, 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 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

Hodnota vlastnosti

BitmapSource

A BitmapSource , který představuje globální náhled rastrového obrázku. Pokud není definována žádná verze Preview nebo LateBoundBitmapDecoder pokud se obsah stále stahuje, vrátí nulltato vlastnost . Tato vlastnost nemá výchozí hodnotu.

Atributy

Poznámky

Vrácená BitmapSource vlastnost je zmrazená.

Platí pro

Viz také