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