This property sets the display mode for an image that is opened with the "Open Image File" button.

[Visual Basic]Public Property DisplayMode As Newtone.ImageKit.Win.ImageKit.DisplayMode
[C#]public Newtone.ImageKit.Win.ImageKit.DisplayMode DisplayMode {get; set;}

Property Value

A value of type Newtone.ImageKit.Win.ImageKit.DisplayMode

Explanation

The DisplayMode property sets the display mode for an image that is opened with the Toolbar control's "Open Image File" button.

Note that the ImageKit control's display mode is different that the Toolbar control's display mode. When an image is already being displayed in the ImageKit control and the Toolbar control's "Open Image File" button is used to display an image, it is a good idea to check that the display mode set with the Toolbar control's DisplayMode property is consistant with the display mode set in the ImageKit control.

See Also

IkToolBar Members | Newtone.ImageKit.Win.IkToolBar

 

The ImageKit.NET2 is created by Newtone Corporation