Click or drag to resize

AspectRatioMode Enumeration

Describes the action taken when the AspectRatio property of a SelectionMouseTool is used and the user drags one of the corner grips.

Namespace:  Atalasoft.Imaging.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public enum AspectRatioMode
Members
  Member nameDescription
Adjust The AspectRatio property is adjusted to the new ratio created by the user.
Reset The AspectRatio property is reset to 0.
Prevent The user is not allowed to drag the corners of the selection.
See Also