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

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

Property Value

True: The "Maintain Aspect Ratio" checkbox is displayed

False: The "Maintain Aspect Ratio" checkbox is not displayed

Default value is True

Explanation

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

When this property is False, the "Maintain Aspect Ratio" checkbox is not displayed. 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