ImageOrientation Enumeration

 

Specifies how multiple images are arranged in a single image file.

Namespace:   System.Windows.Forms.VisualStyles
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public enum class ImageOrientation

Member nameDescription
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
Return to top
Show: