This property sets whether or not a "selection border" is hidden when an object is selected.

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

Property Value

True: A selection border is hidden (Selection border is NOT displayed)

False: A selection border is not hidden (Selection border is displayed)

Default value is False

Explanation

The HideSelectionBorder property sets whether or not the "selection border" is hidden when the object has been selected. When this property is False and an object is selected, the "selection border" around the object is displayed. This is the default. Setting the HideSelectBorder property to True will hide the "selection border" when an object is selected. When this property is True, objects cannot be selected with the mouse and can only be selected using the SelectObject method.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation