This property sets whether or not the layer image is displayed in the Pan window. The index can range from 0 to 99.

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

Property Value

The ShowPanWindowImage property sets whether or not the layer image is displayed in the ImageKit Control.

Value Explanation
True Displays the layer image
False Does not display the layer image

Explanation

The ShowPanWindowImage property sets whether or not the layer image is displayed in the Pan window.

Using this property, you can switch between displaying or hiding the layer image (The layer image is the image pointed to by the Layer(Index).Image property).

See Also

ImageKit.Layer Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation