Class Thumbnail
Represents a thumbnail.
Inheritance
System.Object
Thumbnail
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.UI
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public class Thumbnail : INotifyPropertyChanged
Constructors
Thumbnail(ThumbnailsCollection, RadFixedPage)
Initializes a new instance of the Thumbnail class.
Declaration
public Thumbnail(ThumbnailsCollection collection, RadFixedPage page)
Parameters
ThumbnailsCollection
collection
The thumbnails collection. |
Telerik.Windows.Documents.Fixed.Model.RadFixedPage
page
The page. |
Properties
ImageSource
Gets the image source.
Declaration
public ImageSource ImageSource { get; }
Property Value
System.Windows.Media.ImageSource
The image source. |
Page
Gets the page.
Declaration
public RadFixedPage Page { get; }
Property Value
Telerik.Windows.Documents.Fixed.Model.RadFixedPage
The page. |
Size
Gets the thumbnail size.
Declaration
public Size Size { get; }
Property Value
System.Windows.Size
The size. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|