ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearThumbnailPageExtension Class
Members




In This Topic
    ImGearThumbnailPageExtension Class
    In This Topic
    This class represents a markup extension for the ImGearThumbnailPage class.
    Object Model
    ImGearThumbnailPageExtension Class
    Syntax
    'Declaration
     
    Public Class ImGearThumbnailPageExtension 
       Inherits System.Windows.Markup.MarkupExtension
    'Usage
     
    Dim instance As ImGearThumbnailPageExtension
    public class ImGearThumbnailPageExtension : System.Windows.Markup.MarkupExtension 
    public __gc class ImGearThumbnailPageExtension : public System.Windows.Markup.MarkupExtension 
    public ref class ImGearThumbnailPageExtension : public System.Windows.Markup.MarkupExtension 
    Remarks
    This class can be used to specify pages other than the first page of a multi-page document to load into the ImGearThumbnailList control. The ImGearThumbnailPage class is immutable and cannot be used in XAML. This class provides read/write properties and can be used in XAML.
    Inheritance Hierarchy

    System.Object
       System.Windows.Markup.MarkupExtension
          ImageGear.Windows.Controls.ImGearThumbnailPageExtension

    See Also