Extender Demo
FillContainerExtender
- Demonstrates easy full screen toggle
- Demonstrates resize and center to fit container
DragExtender
- Demonstrates dragging an element
- Demonstrates cancelling a drag event
RotateScaleExtender
- Demonstrates rotating and scaling an element
- Demonstrates cancelling a drag event
KeyExtender
- Demonstrates handling HTML DOM events, while ignoring events generated from INPUT tags
- Demonstrates handling Silverlight events
- Demonstrates handling extended keys (e.g. Windows/Apple keys, Pause, NumPad, etc...)
- Demonstrates KeyText property
- Allows detection of held down keys (IsKeyDown function)
All shapes/images are draggable/resizable
The Silverlight app is relatively sized, so resizing your browser window will force it to resize and demonstrate
the FillContainerExtender.
Typing with either the Silverlight app or HTML DOM elements in focus will result in keys being handled by
the Silverlight application
Key Extender will not handle key events triggered from an INPUT tag.