ImageGear .NET v24.12 - Updated
ARTPage Property (ImGearMarksLoadingEventArgs)




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearMarksLoadingEventArgs Class : ARTPage Property
Gets or sets the ARTPage that will be displayed in the thumbnail item.
Syntax
'Declaration
 
Public Property ARTPage As ImGearARTPage
'Usage
 
Dim instance As ImGearMarksLoadingEventArgs
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

ImGearARTPage value.
See Also

Reference

ImGearMarksLoadingEventArgs Class
ImGearMarksLoadingEventArgs Members