Visual

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

arrange
void arrange(Rect site)
Undocumented in source.
invalidateArrangement
void invalidateArrangement()
Undocumented in source. Be warned that the author may not have intended to support it.
invalidateMeasurement
void invalidateMeasurement()
Undocumented in source. Be warned that the author may not have intended to support it.
measure
Size measure(Size measure)
Undocumented in source.
render
void render(RenderContext context)
Undocumented in source.

Mixins

__anonymous
mixin DefineDependencyPropertyReadOnly!(Visual, "visualParent")
Undocumented in source.
__anonymous
mixin DefineDependencyPropertyReadOnly!(Size, "desiredSize")
Undocumented in source.
__anonymous
mixin DefineDependencyPropertyReadOnly!(Rect, "actualRect")
Undocumented in source.

Properties

invalidArrangement
Observable!None invalidArrangement [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
invalidMeasure
Observable!None invalidMeasure [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
visualChildren
ReactiveList!Visual visualChildren [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

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