This property sets the minimum height of the entire selection area when enlarging or reducing the area containing multiple selected objects.

[Visual Basic] Public Property MultiResizeMinHeight As Integer
[C#] public int MultiResizeMinHeight {get; set;}

Property Value

Integer value indicating height
Default value: 100 pixels

Explanation

The MultiResizeMinHeight property sets the minimum height of the entire selection area when enlarging or reducing the area containing multiple selected objects. The unit is pixels.

This property's minimum value is 10. Values of less than 10 will automatically set to 10. If the value of this property is set smaller than the value set in the MultiResizeMinHeightEachObject property, this property's value will automatically be set to the value of the MultiResizeMinHeightEachObject property.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation