This property sets whether or not the "Maintain Aspect Ratio" checkbox is enabled in the property dialog.

[Visual Basic] Public Property DialogAspectRatioEnabled As Boolean
[C#] public bool DialogAspectRatioEnabled {get; set;}

Property Value

True: The "Maintain Aspect Ratio" checkbox is enabled

False: The "Maintain Aspect Ratio" checkbox is disabled

Default value is True

Explanation

The DialogAspectRatioEnabled property sets whether or not the "Maintain Aspect Ratio" checkbox is enabled in the property dialog.

When this property is False, the "Maintain Aspect Ratio" checkbox is disabled and cannot be set. This property is only enabled for Image objects that have been selected.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation