Gets or sets the diagram item that should get animated.
Namespace: MindFusion.Diagramming.Animations
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public new DiagramItem Item { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Shadows Property Item As DiagramItem |
See Also