ImageGear .NET v25.2 - Updated
ImageGear.Wpf Assembly / ImageGear.WPF Namespace / ImGearThumbnailItem Class / ArtPage Property




In This Topic
    ArtPage Property (ImGearThumbnailItem)
    In This Topic
    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