TestElement

Undocumented in source.
version(unittest)
final
class TestElement : DependencyObject {}

Members

Mixins

__anonymous
mixin DefineDependencyProperty!(double, "width")
Undocumented in source.

Inherited Members

From DependencyObject

setProperty
bool setProperty(TValue val, TValue newValue)
Undocumented in source. Be warned that the author may not have intended to support it.
classDescriptor
ClassDescriptor classDescriptor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
registerClass
void registerClass()
Undocumented in source. Be warned that the author may not have intended to support it.
propertyChanged
Observable!PropertyChange propertyChanged [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta