DependencyPropertyDescriptorSpecialized

Undocumented in source.

Constructors

this
this(string name, Getter getter, Setter setter)
Undocumented in source.

Members

Aliases

Getter
alias Getter = T delegate(TOwner)
Undocumented in source.
Setter
alias Setter = void delegate(TOwner, T)
Undocumented in source.

Functions

getValue
Variant getValue(DependencyObject owner)
Undocumented in source. Be warned that the author may not have intended to support it.
getValueTyped
T getValueTyped(TOwner owner)
Undocumented in source. Be warned that the author may not have intended to support it.
setValue
void setValue(DependencyObject owner, Variant value)
Undocumented in source. Be warned that the author may not have intended to support it.
setValueTyped
void setValueTyped(TOwner owner, T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From DependencyPropertyDescriptor

valueType
TypeInfo valueType [@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.
name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hasSetter
bool hasSetter [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
getValue
Variant getValue(DependencyObject owner)
Undocumented in source.
setValue
void setValue(DependencyObject owner, Variant value)
Undocumented in source.

Meta