This class stores the information necessary to dynamically define a new property as a PropertyDescriptor and as a DependencyProperty.

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

Syntax

C#
public class PropertyDefinition : FreezableFilteredCustomTypeDescriptorBase, 
	IChildObject, IManagerChild, IUpdateable
Visual Basic
Public Class PropertyDefinition _
	Inherits FreezableFilteredCustomTypeDescriptorBase _
	Implements IChildObject, IManagerChild, IUpdateable
JScript
public class PropertyDefinition extends FreezableFilteredCustomTypeDescriptorBase implements IChildObject, IManagerChild, IUpdateable

Inheritance Hierarchy

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

See Also