オブジェクトの描画・編集中の「やり直す」機能の可能回数を取得します。
[Visual Basic]
Public ReadOnly Property CanRedoCount As Integer
[C#]
public int CanRedoCount {get;}

プロパティ値

回数を示す整数値
規定値は 0 です。

解説

オブジェクトの描画・編集中の「やり直す」機能の可能回数(残り回数)を取得します。
当プロパティの最大値は、UndoMax の値となります。

参照

ImageKit.Edit メンバ | Newtone.ImageKit.WPF.ImageKit