This property sets whether or not the base image is displayed in the pan window.
[Visual Basic] Public Property
ShowPanWindowImage As Boolean
[C#] public bool ShowPanWindowImage {get;
set;}
Property Value
The ShowPanWindowImage property sets whether or not the base image is displayed in the pan window.
Value | Explanation |
---|---|
True | Displays the base image |
False | Does not display the base image |
Explanation
The ShowPanWindowImage property sets whether or not the base image is displayed in the pan window. The base image is the image pointed to by the Image property.
See Also
ImageKit Members | Newtone.ImageKit.Win.ImageKit