BitmapDecoder.Preview 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 비트맵의 전역 미리 보기(정의된 경우)를 나타내는 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입니다. 미리 보기가 정의되지 않은 경우 이 속성은 null
을 반환합니다. 이 속성에는 기본값이 없습니다.
- 특성
설명
이 BitmapSource 속성에서 반환된 값이 고정됩니다.