Gets a value indicating whether the back-buffer cache image should be repainted as well.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool RedrawCacheImage { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property RedrawCacheImage As Boolean |
true to redraw the back-buffer image; otherwise, false.
See Also