Base class for all GwxDynamic animations/actions.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.306.0 (10.97.306.00)

Collapse imageSyntax

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

Collapse imageRemarks

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

Collapse imageInheritance 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

Collapse imageSee Also