New to Telerik UI for WPFStart a free 30-day trial

Represents a thumbnail.

Definition

Namespace:Telerik.Windows.Documents.UI

Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax:

C#
public class Thumbnail : INotifyPropertyChanged

Inheritance: objectThumbnail

Implements: INotifyPropertyChanged

Constructors

Initializes a new instance of the Thumbnail class.

C#
public Thumbnail(ThumbnailsCollection collection, RadFixedPage page)
Parameters:collectionThumbnailsCollection

The thumbnails collection.

pageRadFixedPage

The page.

Properties

ImageSource

ImageSource

Gets the image source.

C#
public ImageSource ImageSource { get; }
Property Value:

The image source.

Page

RadFixedPage

Gets the page.

C#
public RadFixedPage Page { get; }
Property Value:

The page.

Size

Size

Gets the thumbnail size.

C#
public Size Size { get; }
Property Value:

The size.

Events

Occurs when a property value changes.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged