The DependencyPropertyInfo type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| DefaultValue |
Gets the default value of the dependency property.
| |
| DefaultValueString |
Gets or sets the default value as string.
| |
| HasDefaultValue |
Determines whether this property has a default value.
| |
| IsAttachedProperty |
Gets or sets a value indicating whether this property is an attached dependency property.
| |
| IsContentProperty |
Gets or sets a value indicating whether this instance represents the content property.
| |
| IsOfTypeDependencyObject |
Gets or sets a value indicating whether the property type is of type dependency object.
| |
| IsReadOnly |
Gets or sets a value indicating whether this property is read only.
| |
| OwnerType |
Gets the type that owns this dependency property.
| |
| OwnerTypeFullName |
Gets or sets the type that owns this dependency property.
| |
| OwnerTypeId |
Gets or sets unique type id of the owner.
| |
| Property |
Gets or sets the actual dependency property.
| |
| PropertyDefinition |
Gets or sets the property definition.
| |
| PropertyName |
Gets or sets the name of the property.
| |
| PropertyType |
Gets or sets the type of the property.
| |
| PropertyTypeFullName |
Gets or sets the full name of the property type.
| |
| PropertyTypeId |
Gets or sets unique type id of the property.
|