Base class that wraps DependencyObjects for configuration.

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

Syntax

C#
public class GwxDependencyObject : FilteredCustomTypeDescriptorBase, 
	IServiceProvider, IChildObject
Visual Basic
Public Class GwxDependencyObject _
	Inherits FilteredCustomTypeDescriptorBase _
	Implements IServiceProvider, IChildObject
JScript
public class GwxDependencyObject extends FilteredCustomTypeDescriptorBase implements IServiceProvider, IChildObject

Remarks

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

Inheritance Hierarchy

System..::..Object
  FilteredCustomTypeDescriptorBase
    Ico.Gwx..::..GwxDependencyObject
      Ico.Gwx..::..GwxElement
      Ico.Gwx..::..GwxModel3D
      Ico.Gwx..::..GwxModelVisual3D

See Also