This property sets the value of whether to hide the text or stamp object in the PanWindow while drawing or editing the object.

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

Property Value

True: Hides the text or stamp object in the PanWindow while editing

False: Displays the text or stamp object in the PanWindow while editing

Default value is False

Explanation

The NoShowStringObjectOnPanWindow property sets the value of whether to hide the text or stamp object in the PanWindow while drawing or editing the object.

When this property is set to True while a PanWindow is displayed and an object is drawn or edited, the text/stamp objects in the PanWindow are hidden while the object is being drawn or edited. This property is used when there are many text/stamp objects and drawing/editing of objects is slow.

Also See

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

 

The ImageKit WPF is created by Newtone Corporation