ImageGear .NET - Updated
Limit Property




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTHistory Class : Limit Property
Gets or sets a value of the maximum count of Undo/Redo actions.
Syntax
'Declaration
 
Public Property Limit As UInteger
'Usage
 
Dim instance As ImGearARTHistory
Dim value As UInteger
 
instance.Limit = value
 
value = instance.Limit
public uint Limit {get; set;}
public: __property uint get_Limit();
public: __property void set_Limit( 
   uint value
);
public:
property uint Limit {
   uint get();
   void set (    uint value);
}

Property Value

Unsigned integer value.
See Also

Reference

ImGearARTHistory Class
ImGearARTHistory Members