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




In This Topic
    Limit Property
    In This Topic
    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