Specifies the image position in preview dialog.
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public enum IOPosition
Public Enumeration IOPosition
public enum class IOPosition
Members
| Member | Value | Description |
|---|---|---|
| TopLeft | 0 |
Top Left
|
| Top | 1 |
Top Center
|
| TopRight | 2 |
Top Right
|
| Left | 3 |
Left Center
|
| Center | 4 |
Center
|
| Right | 5 |
Center Right
|
| BottomLeft | 6 |
Bottom Left
|
| Bottom | 7 |
Bottom Center
|
| BottomRight | 8 |
Bottom Right
|