This property sets whether or not the points that indicate the individual objects within the multiselected area are displayed.

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

Property Value

True: The points indicating individual objects within the multiselected area are hidden (The points are NOT displayed)

False: The points indicating individual objects within the multiselected area are NOT hidden (The points are displayed)

Default value is False

Explanation

The HideMultiSelectedPoints property sets whether or not the points that indicate the individual objects within the multiselected area are displayed. When this property is False and multiple objects are selected, each object within the selection area is indicated by points displayed at appropriate corners or borders of the objects. This is the default value. Setting the HideMultiSelectedPoints property to True will hide the points that indicate each individual object within the multiselected area. Setting this property to True is useful when a large number of complex objects are selected and displaying the points indicating each object would clutter the overall view of the multiple objects.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation