ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTHistory Class / UndoCount Property




In This Topic
    UndoCount Property
    In This Topic
    Gets the count of available undo actions.
    Syntax
    'Declaration
     
    Public ReadOnly Property UndoCount As UInteger
    'Usage
     
    Dim instance As ImGearARTHistory
    Dim value As UInteger
     
    value = instance.UndoCount
    public uint UndoCount {get;}
    public: __property uint get_UndoCount();
    public:
    property uint UndoCount {
       uint get();
    }

    Property Value

    Unsigned integer value.
    See Also