WpfRectangleGripsAspectRatio Property |
Gets or sets the aspect ratio to maintain when the user is resizing the annotation.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public double AspectRatio { get; set; }
Public Property AspectRatio As Double
Get
Set
Property Value
Type:
DoubleThe aspect ratio to maintain when the user is resizing the annotation.
Remarks Setting this property to zero will disable the aspect ratio.
See Also