This property sets whether or not the ImageKit Control will be resized to fit the size of the image.

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

Property Value

Value Explanation
True The ImageKit Control will be resized to fit the size of the image
False (default) The size of the ImageKit Control, as determined at design-time or at run-time by the Height and Width properties, will be maintained

Explanation

The AutoIkSize property sets whether or not the ImageKit Control will be resized to fit the size of the image. When true, the ImageKit Control's top, left position is maintained and the ImageKit Control's height and width are changed to fit the size of the image.

See Also

ImageKit Members | Newtone.ImageKit.Wpf.ImageKit

 

The ImageKit WPF is created by Newtone Corporation