Gets or sets whether the view should refresh its buffer image before next repaint.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool RedrawCacheImage { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RedrawCacheImage As Boolean |
See Also