- __anonymous
mixin DefineDependencyProperty!(Thickness, "border")
Undocumented in source.
- __anonymous
mixin DefineDependencyProperty!(Thickness, "padding")
Undocumented in source.
- __anonymous
mixin DefineDependencyProperty!(Thickness, "margin")
Undocumented in source.
- __anonymous
mixin DefineDependencyProperty!(double, "width")
Undocumented in source.
- __anonymous
mixin DefineDependencyProperty!(double, "height")
Undocumented in source.
- __anonymous
mixin DefineDependencyProperty!(HorizontalAlignment, "horizontalAlignment")
Undocumented in source.
- __anonymous
mixin DefineDependencyProperty!(VerticalAlignment, "verticalAlignment")
Undocumented in source.
- __anonymous
mixin DefineDependencyProperty!(bool, "isVisible")
Undocumented in source.
- __anonymous
mixin DefineDependencyProperty!(bool, "isCollapsible")
Undocumented in source.
- __anonymous
mixin DefineDependencyPropertyReadOnly!(Visual, "visualParent")
Undocumented in source.
- __anonymous
mixin DefineDependencyPropertyReadOnly!(Size, "desiredSize")
Undocumented in source.
- __anonymous
mixin DefineDependencyPropertyReadOnly!(Rect, "actualRect")
Undocumented in source.
- visualChildren
ReactiveList!Visual visualChildren [@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.
- invalidArrangement
Observable!None invalidArrangement [@property getter]
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.
- invalidateArrangement
void invalidateArrangement()
Undocumented in source. Be warned that the author may not have intended to support it.
- measure
Size measure(Size measure)
Undocumented in source.
- arrange
void arrange(Rect site)
Undocumented in source.
- render
void render(RenderContext context)
Undocumented in source.