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




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