mirror of
https://github.com/VitalickS/BrightSharp.Toolkit.git
synced 2026-03-21 02:21:15 +00:00
Ok, Just Do It!
This commit is contained in:
12
docs/help/zoomcontrol.md
Normal file
12
docs/help/zoomcontrol.md
Normal file
@@ -0,0 +1,12 @@
|
||||
### ZoomControl usage example
|
||||
|
||||
`DraggableExtender` for `ZoomControl`. Example:
|
||||
```xaml
|
||||
<bsCtrl:ZoomControl xmlns:bsCtrl="http://schemas.brightsharp.com/controls"
|
||||
xmlns:bs="http://schemas.brightsharp.com/developer">
|
||||
<Canvas>
|
||||
<Ellipse bs:DraggableExtender.CanDrag="true" Canvas.Left="37" Canvas.Top="110" Width="100" Height="100" Fill="Blue" />
|
||||
<Rectangle bs:DraggableExtender.CanDrag="true" Canvas.Left="193" Canvas.Top="55" Width="100" Height="100" Fill="Black" />
|
||||
</Canvas>
|
||||
</bsCtrl:ZoomControl>
|
||||
```
|
||||
Reference in New Issue
Block a user