Click or drag to resize

ZoomMouseTool Properties

The ZoomMouseTool type exposes the following members.

Properties
  NameDescription
Public propertyAutoZoomSelection
Gets or sets a value indicating whether the tool will automatically perform a zoom selection when an active button is pressed and dragged.
Public propertyBounds
Gets or sets the bounds used by the MouseTool.
(Inherited from MouseTool.)
Public propertyCanFreeze
Gets a value that indicates whether the object can be made unmodifiable.
(Inherited from Freezable.)
Public propertyCenterZoom
Gets or sets a value indicating whether a zoom in and zoom out will scroll the pixel clicked to the center of the viewer.
Public propertyCursor
Gets or sets the cursor for the MouseTool.
(Inherited from MouseTool.)
Public propertyDependencyObjectType
Gets the DependencyObjectType that wraps the CLR type of this instance. 
(Inherited from DependencyObject.)
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
Public propertyFill
Gets or sets the brush used to fill the zoom selection.
Public propertyHasAnimatedProperties
Gets a value that indicates whether one or more AnimationClock objects is associated with any of this object's dependency properties.
(Inherited from Animatable.)
Public propertyIsCreating
Gets a value indicating whether the mouse tool is currently being created.
(Inherited from MouseTool.)
Public propertyIsFrozen
Gets a value that indicates whether the object is currently modifiable.
(Inherited from Freezable.)
Public propertyIsSealed
Gets a value that indicates whether this instance is currently sealed (read-only).
(Inherited from DependencyObject.)
Public propertyLeftButtonTool
Gets or sets the tool to use for a left button click.
Public propertyLineBackgroundColor
Gets or sets the color used behind the zoom selection line.
Public propertyMaintainPenThickness
Gets or sets a value indicating whether the thickness of the zoom selection pen is rendered at the same size or scaled along with the image zoom value.
Public propertyMaximumZoomLevel
Gets or sets the maximum allows zoom level.
Public propertyMiddleButtonTool
Gets or sets the tool used for the middle mouse button.
Public propertyMinimumZoomLevel
Gets or sets the minimum allowed zoom level.
Public propertyPen
Gets or sets the pen to use for the zoom selection.
Public propertyRightButtonTool
Gets or sets the tool to use for the right mouse button.
Public propertySupportedMouseToolBehaviors
Gets an array of supported MouseToolBehavior values for this tool.
(Overrides MouseToolSupportedMouseToolBehaviors.)
Public propertyToolBehavior
Identifies the ToolBehavior dependency property.
(Inherited from MouseTool.)
Protected propertyViewer
Gets the AtalaImageViewer which is using the MouseTool.
(Inherited from MouseTool.)
Public propertyXButton1Tool
Gets or sets the tool used for the XButton1 mouse button.
Public propertyXButton2Tool
Gets or sets the tool used for the XButton2 mouse button.
Public propertyZoomChangePercentage
Gets or sets the percentage to change the zoom for each mouse click.
Top
See Also