Thumbnail
Class
Represents a thumbnail.
Definition
Namespace:Telerik.Windows.Documents.UI
Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax:
C#
public class Thumbnail : INotifyPropertyChanged
Inheritance: objectThumbnail
Implements:
Constructors
Initializes a new instance of the Thumbnail class.
C#
public Thumbnail(ThumbnailsCollection collection, RadFixedPage page)
The thumbnails collection.
pageRadFixedPageThe page.
Properties
ImageSource
ImageSource
Gets the image source.
C#
public ImageSource ImageSource { get; }
The image source.
Page
RadFixedPage
Gets the page.
C#
public RadFixedPage Page { get; }
The page.
Size
Size
Gets the thumbnail size.
C#
public Size Size { get; }
The size.
Events
Occurs when a property value changes.
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: