ZoomContentControlScrollViewer Class
Represents a ScrollViewer for use with the ZoomContentControl.
public class ZoomContentControlScrollViewer : ScrollViewer
- Inheritance:
- object Visual UIElement FrameworkElement Control ContentControl ScrollViewer object
Constructors
ZoomContentControlScrollViewer()
Initializes a new instance of the ZoomContentControlScrollViewer class.
public ZoomContentControlScrollViewer()
Methods
OnMouseLeftButtonDown(MouseButtonEventArgs)
Raises the MouseLeftButtonDown
event.
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameter | Type | Description |
---|---|---|
e | MouseButtonEventArgs | The MouseButtonEventArgs instance containing the event data. |
OnMouseWheel(MouseWheelEventArgs)
Raises the MouseWheel
event.
protected override void OnMouseWheel(MouseWheelEventArgs e)
Parameter | Type | Description |
---|---|---|
e | MouseWheelEventArgs | The MouseWheelEventArgs instance containing the event data. |