Specifies how the images are showed

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEMulti..::..DisplayModeType DisplayMode { get; set; }
Public Property DisplayMode As IEMulti..::..DisplayModeType
	Get
	Set
public:
property IEMulti..::..DisplayModeType DisplayMode {
	IEMulti..::..DisplayModeType get ();
	void set (IEMulti..::..DisplayModeType value);
}

Remarks

To show images in a single row set DisplayMode to Grid, and GridWidth to 0.

To show images in a single column set DisplayMode to Grid, and GridWidth to 1.

See Also