DependencyPropertyDescriptor

Undocumented in source.

Constructors

this
this(string name, TypeInfo ownerType, TypeInfo valueType, bool hasSetter)
Undocumented in source.

Members

Functions

getValue
Variant getValue(DependencyObject owner)
Undocumented in source.
setValue
void setValue(DependencyObject owner, Variant value)
Undocumented in source.

Properties

hasSetter
bool hasSetter [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
ownerType
TypeInfo ownerType [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
valueType
TypeInfo valueType [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta