Search
InteractionState.SkipSavingState Property
See Also
 





Gets a value indicating whether diagram items should skip storing their state for subsequent cancel.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool SkipSavingState { get; }

Visual Basic  Copy Code

Public ReadOnly Property SkipSavingState As Boolean

 Property Value

A boolean value.

 See Also