DiagramLite Programmer's Guide
DiagramItem.UpdateStates Method
See Also
 





Sets the current VisualStates of this item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

protected virtual void UpdateStates (
    bool useTransitions
)

Visual Basic  Copy Code

Protected Overridable Sub UpdateStates( _
    useTransitions As Boolean _
)

 Parameters

useTransitions
true to use visual transition between states; otherwise, false.

 Remarks

Currently DiagramItem supports two visual state groups. The group SelectionStates contains the Unselected and Selected states. The MouseStates group contains the MouseOut, MouseOver and MouseDown states. If you define additional visual states for a derived item, override this method to implement state transitions for them.

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming Namespace