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




ImageGear24.Wpf Assembly > ImageGear.WPF Namespace > ImGearThumbnailItem Class : ArtPage Property
Gets or sets the ART page associated with the item.
Syntax
'Declaration
 
Public Property ArtPage As ImGearARTPage
'Usage
 
Dim instance As ImGearThumbnailItem
Dim value As ImGearARTPage
 
instance.ArtPage = value
 
value = instance.ArtPage
public ImGearARTPage ArtPage {get; set;}
public: __property ImGearARTPage* get_ArtPage();
public: __property void set_ArtPage( 
   ImGearARTPage* value
);
public:
property ImGearARTPage^ ArtPage {
   ImGearARTPage^ get();
   void set (    ImGearARTPage^ value);
}

Property Value

ImageGear.ART.ImGearARTPage object.
See Also

Reference

ImGearThumbnailItem Class
ImGearThumbnailItem Members