[Visual Basic] Public ReadOnly Property CanUndoCount As Integer
[C#] public int CanUndoCount {get;}
プロパティ値
回数を示す整数値
規定値は 0 です。
解説
オブジェクトの描画・編集中の「元に戻す」機能の可能回数(残り回数)を取得します。
当プロパティの最大値は、UndoMax の値となります。
参照
ImageKit.Edit メンバ | Newtone.ImageKit.WPF.ImageKit