BitmapEncoder.Thumbnail 속성

정의

포함된 전역 미리 보기를 나타내는 BitmapSource를 가져오거나 설정합니다.

public:
 virtual property System::Windows::Media::Imaging::BitmapSource ^ Thumbnail { System::Windows::Media::Imaging::BitmapSource ^ get(); void set(System::Windows::Media::Imaging::BitmapSource ^ value); };
public virtual System.Windows.Media.Imaging.BitmapSource Thumbnail { get; set; }
member this.Thumbnail : System.Windows.Media.Imaging.BitmapSource with get, set
Public Overridable Property Thumbnail As BitmapSource

속성 값

BitmapSource

비트맵의 미리 보기를 나타내는 BitmapSource입니다.

예외

비트맵에서 미리 보기를 지원하지 않는 경우

값이 null로 설정된 경우

적용 대상

추가 정보