This property sets the display mode of the ImageKit Control.
[Visual Basic]Public ReadOnly Property
DisplayMode As DisplayMode
[C#]public DisplayMode DisplayMode {get;
set;}
Property Value
This value is of type DisplayMode
The default value is DisplayMode.Scale
Explanation
The DisplayMode property sets the display mode of the ImageKit Control. Set this property before executing the Display method. When the Edit.EditEnabled property is set to True, the DisplayMode property value of Stretch is ignored and the image is displayed in Scale DisplayMode.
See Also
ImageKit Members | Newtone.ImageKit.Win.ImageKit