This property determines how the text and stamp object's size will change when these objects are resized with the mouse.

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

Property Value

True: The object is resized around the center of the object

False: The object is resized using the point of the object's selection border that was "grabbed" with the mouse.

Default value is True

Explanation

The ResizeTextOnCenter property determines how the text and stamp object's size will change when these objects are resized with the mouse.

The ResizeTextOnCenter property is enabled when the SelectedObjectWordWrap property is False. In that case, if the mouse is used to resize a Text or Stamp object and the ResizeTextOnCenter property is True, the text will be centered in Text or Stamp object.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation