This property sets the top position of the PanWindow.

[Visual Basic] Public Property PWTop As Integer
[C#] public integer PWTop {get; set;}

Property Value

The distance of the top left corner of the PanWindow from the top left corner of the screen (in pixels).

The PWTop property sets the top position of the PanWindow.

Explanation

The PWTop property sets where the top position of the PanWindow will be placed on the screen.

The size of the PanWindow is determined by the PWSize property. By using the PanWindow you can easily view the entire image currently displayed in the ImageKit Control.

See Also

ImageKit.PanWindow Members | Newtone.ImageKit.Wpf.ImageKit

The ImageKit WPF is created by Newtone Corporation