LateBoundBitmapDecoder.Preview 속성

정의

BitmapSource 비트맵이 정의된 경우 이 비트맵의 전역 미리 보기를 나타내는 값을 가져옵니다.

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

속성 값

비트맵의 전역 미리 보기를 나타내는 A BitmapSource 입니다. 미리 보기가 정의되어 있지 않거나 콘텐츠를 계속 다운로드하는 경우 LateBoundBitmapDecoder 이 속성은 반환됩니다 null. 이 속성에는 기본값이 없습니다.

특성

설명

BitmapSource 이 속성이 반환하는 값은 고정됩니다.

적용 대상

추가 정보