Click or drag to resize

SelectionMouseTool Properties

The SelectionMouseTool type exposes the following members.

Properties
  NameDescription
Public propertyAnimationDuration
Gets or sets the duration used with the built-in animation.
Public propertyCode exampleAspectRatio
Gets or sets the width-to-height ratio for the selection.
Public propertyAspectRatioCornerMode
Gets or sets behavior applied when a selection corner is dragged and AspectRatio is greater than zero.
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 propertyConfineSelectionToImage
Gets or sets a value indicating whether the selection is confined to the image area.
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 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 propertyIsAnimated
Gets or sets a value indicating whether the built-in animation will be used.
Public propertyIsCreating
Gets a value indicating whether the mouse tool is currently being created.
(Inherited from MouseTool.)
Public propertyIsEmpty
Gets a value indicating if the tool has a valid selection.
Public propertyIsFrozen
Gets a value that indicates whether the object is currently modifiable.
(Inherited from Freezable.)
Public propertyIsMasked
Gets or sets a value indicating whether the selection will use masking.
Public propertyIsSealed
Gets a value that indicates whether this instance is currently sealed (read-only).
(Inherited from DependencyObject.)
Public propertyLineBackgroundColor
Gets or sets the color used as the background line.
Public propertyLineColor
Gets or sets the line color used with the built-in pen.
Public propertyMaintainPenThickness
Gets or sets a value indicating whether the pen thickness will render at the same size or if it will be scaled along with the image zoom level.
Public propertyMaskedImageCommand
Gets or sets the ImageCommand used to for selection masking.
Public propertyPen
Gets or sets the pen used to draw the selection.
Public propertySelectionType
Gets or sets the type of selection to render.
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.)
Top
See Also