System.Windows.Forms.VisualStyles.ImageOrientation Enumeration

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

Syntax

public enum ImageOrientation

Remarks

The System.Windows.Forms.VisualStyles.ImageOrientation values represent the return values of the VisualStyleRenderer.GetEnumValue(EnumProperty) method when it is called with an argument value of EnumProperty.ImageLayout.

Members

Member NameDescription
Horizontal

Images are arranged horizontally in the multiple-image file.

Vertical

Images are arranged vertically in the multiple-image file.

Requirements

Namespace: System.Windows.Forms.VisualStyles
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0