This property sets whether or not shadows are hidden when editing objects or drawing Pen, Polygon, and Polyline objects.

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

Property Value

True: Shadows are NOT displayed

False: Shadows are displayed

Default value is False

Explanation

The HideShadowInEditing property sets whether or not shadows are hidden when editing objects or drawing Pen, Polygon, and Polyline objects.

When the DesignedTextEnabled property is True and text shadowing is enabled, setting the HideShadowInEditing property will hide the shadows while editing objects or drawing Pen, Polygon, and Polyline objects.

If the image is large and there are many large objects, performance may suffer. In such cases, set this property to True to display shadows.

Shadows are displayed by default.

Also See

ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit

 

The ImageKit.NET3 is created by Newtone Corporation