-
Notifications
You must be signed in to change notification settings - Fork 37
FreakyZoomableView
Gulam Ali H edited this page May 31, 2024
·
1 revision
A custom zoomable view that allows pinch and double-tap gestures to zoom and pan its content.
- Description: The minimum scale factor allowed for zooming.
- Default: 1.0
- Description: The maximum scale factor allowed for zooming.
- Default: 4.0
- Description: The scale factor applied when double-tapping to zoom.
- Default: 4.0
- Description: Enables or disables zooming on double-tap.
- Default: true
- Description: Enables or disables animation for double-tap zoom.
- Default: true
- Description: Enables or disables the ability to zoom the content.
- Default: true
- Description: Enables or disables the ability to translate (pan) the content.
- Default: true
An easy usage example
<freakyControls:FreakyZoomableView>
<Image Aspect="AspectFit" Source="{x:Static sample:ImageUrls.female1}"/>
</freakyControls:FreakyZoomableView>