ImageGear .NET v25.2 - Updated
ImageGear.Windows.Forms Assembly / ImageGear.Windows.Forms.Thumbnails Namespace / IImGearThumbnailItem Interface / ArtPage Property




In This Topic
    ArtPage Property (IImGearThumbnailItem)
    In This Topic
    Gets or sets Art page associated with item.
    Syntax
    'Declaration
     
    Property ArtPage As ImGearARTPage
    'Usage
     
    Dim instance As IImGearThumbnailItem
    Dim value As ImGearARTPage
     
    instance.ArtPage = value
     
    value = instance.ArtPage
    ImGearARTPage ArtPage {get; set;}
    __property ImGearARTPage* get_ArtPage();
    __property void set_ArtPage( 
       ImGearARTPage* value
    );
    property ImGearARTPage^ ArtPage {
       ImGearARTPage^ get();
       void set (    ImGearARTPage^ value);
    }

    Property Value

    ImageGear.ART.ImGearARTPage class object.
    See Also