RectAnimationClone Method |
Creates a modifiable clone of this RectAnimation,
making deep copies of this object's values. When copying dependency properties,
this method copies resource references and data bindings (but they might
no longer resolve) but not animations or their current values.
Namespace:
Ab2d.Controls
Assembly:
Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntaxpublic RectAnimation Clone()
Return Value
Type:
RectAnimationA modifiable clone of the current object.
See Also