Sets the current VisualStates of this item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
protected virtual void UpdateStates ( |
Visual Basic Copy Code |
---|
Protected Overridable Sub UpdateStates( _ |
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.