ImageGear .NET - Updated
UndoCount Property




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTHistory Class : UndoCount Property
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

Reference

ImGearARTHistory Class
ImGearARTHistory Members