ImageGear .NET - Updated
RedoCount Property




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTHistory Class : RedoCount Property
Gets the count of available redo actions.
Syntax
'Declaration
 
Public ReadOnly Property RedoCount As UInteger
'Usage
 
Dim instance As ImGearARTHistory
Dim value As UInteger
 
value = instance.RedoCount
public uint RedoCount {get;}
public: __property uint get_RedoCount();
public:
property uint RedoCount {
   uint get();
}

Property Value

Unsigned integer value.
See Also

Reference

ImGearARTHistory Class
ImGearARTHistory Members