ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPage Class / History Property




In This Topic
    History Property (ImGearARTPage)
    In This Topic
    Gets the history object.
    Syntax
    'Declaration
     
    Public ReadOnly Property History As ImGearARTHistory
    'Usage
     
    Dim instance As ImGearARTPage
    Dim value As ImGearARTHistory
     
    value = instance.History
    public ImGearARTHistory History {get;}
    public: __property ImGearARTHistory* get_History();
    public:
    property ImGearARTHistory^ History {
       ImGearARTHistory^ get();
    }

    Property Value

    ImGearARTHistory value.
    See Also