Base class for all GwxDynamic animations/actions.

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

Syntax

C#
public abstract class GwxDynamic : FreezableFilteredCustomTypeDescriptorBase, 
	IChildObject, IManagerChild, IUpdateable, IServiceProvider, IScriptEventBindingsProvider
Visual Basic
Public MustInherit Class GwxDynamic _
	Inherits FreezableFilteredCustomTypeDescriptorBase _
	Implements IChildObject, IManagerChild, IUpdateable, IServiceProvider,  _
	IScriptEventBindingsProvider
JScript
public abstract class GwxDynamic extends FreezableFilteredCustomTypeDescriptorBase implements IChildObject, IManagerChild, IUpdateable, IServiceProvider, IScriptEventBindingsProvider

Remarks

Though this class is not sealed, deriving from this class is not supported for customers.

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows..::..Freezable
        FreezableFilteredCustomTypeDescriptorBase
          Ico.Gwx..::..GwxDynamic
            Ico.Gwx..::..GwxCloneDynamic
            Ico.Gwx..::..GwxColor
            Ico.Gwx..::..GwxDisable
            Ico.Gwx..::..GwxHide
            Ico.Gwx..::..GwxLocation
            Ico.Gwx..::..GwxPick
            Ico.Gwx..::..GwxRotation
            Ico.Gwx..::..GwxSelectorBase
            Ico.Gwx..::..GwxSize
            Ico.Gwx..::..GwxTextDynamic

See Also