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

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

Property Value

Integer value indicating width
Default value: 100 pixels

Explanation

The MultiResizeMinWidth property sets the minimum width 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 MultiResizeMinWidthEachObject property, this property's value will automatically be set to the value of the MultiResizeMinWidthEachObject property.

Also See

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

 

The ImageKit.NET3 is created by Newtone Corporation