Dynamic clone animation.

Clones an object at runtime.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public sealed class GwxCloneDynamic : GwxDynamic
Visual Basic
Public NotInheritable Class GwxCloneDynamic _
	Inherits GwxDynamic
JScript
public final class GwxCloneDynamic extends GwxDynamic

Remarks

The Clone Dynamic can be used, for example, to create clones of a symbol where each symbol shows data for each row in a dataset.

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows..::..Freezable
        FreezableFilteredCustomTypeDescriptorBase
          Ico.Gwx..::..GwxDynamic
            Ico.Gwx..::..GwxCloneDynamic

See Also