ImageOrientation Enum

Definition

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

public enum class ImageOrientation
public enum ImageOrientation
type ImageOrientation = 
Public Enum ImageOrientation
Inheritance
ImageOrientation

Fields

Horizontal 1

Images are arranged horizontally in the multiple-image file.

Vertical 0

Images are arranged vertically in the multiple-image file.

Remarks

The ImageOrientation values represent the return values of the VisualStyleRenderer.GetEnumValue method when it is called with an argument value of EnumProperty.ImageLayout.

Applies to