Dynamic rotation animation.

Rotates an object based on the value of a data source.

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

Syntax

C#
public sealed class GwxRotation : GwxDynamic, 
	IGwxDynamicDrag
Visual Basic
Public NotInheritable Class GwxRotation _
	Inherits GwxDynamic _
	Implements IGwxDynamicDrag
JScript
public final class GwxRotation extends GwxDynamic implements IGwxDynamicDrag

Inheritance Hierarchy

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

See Also