ImageOrientation Enumeration
.NET Framework (current version)
Specifies how multiple images are arranged in a single image file.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Member name | Description | |
|---|---|---|
| Horizontal | Images are arranged horizontally in the multiple-image file. | |
| Vertical | Images are arranged vertically in the multiple-image file. |
The ImageOrientation values represent the return values of the VisualStyleRenderer::GetEnumValue method when it is called with an argument value of EnumProperty::ImageLayout.
.NET Framework
Available since 2.0
Available since 2.0
Show: