ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearMarksLoadingEventArgs Class / ARTPage Property




In This Topic
    ARTPage Property (ImGearMarksLoadingEventArgs)
    In This Topic
    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