ImageGear .NET v24.12 - Updated
ArtPage Property (IImGearThumbnailItem)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > IImGearThumbnailItem Interface : ArtPage Property
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

Reference

IImGearThumbnailItem Interface
IImGearThumbnailItem Members