InstanceDependencyProperty Members
The InstanceDependencyProperty type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Register | Overloaded. | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
DefaultValue |
Gets the default value of the dependency property.
|
|
IsReadOnly |
Gets a boolean value that specifies whether the dependency property is read-only. If it is read-only, the SetValue method throws an exception when called.
|
|
Name |
Gets the name of the dependency property.
|
|
OwnerType |
Gets the type that contains the dependency property.
|
|
PropertyType |
Gets the type of the value stored in the dependency property.
|