BitmapDecoder.Preview 속성

정의

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

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

속성 값

BitmapSource

비트맵의 전역 미리 보기를 나타내는 BitmapSource입니다. 미리 보기가 정의되지 않은 경우 이 속성은 null을 반환합니다. 이 속성에는 기본값이 없습니다.

특성

설명

BitmapSource 속성에서 반환된 값이 고정됩니다.

적용 대상

추가 정보