ImageOrientation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how multiple images are arranged in a single image file.
public enum class ImageOrientation
public enum ImageOrientation
type ImageOrientation =
Public Enum ImageOrientation
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Vertical | 0 | Images are arranged vertically in the multiple-image file. |
Horizontal | 1 | Images are arranged horizontally 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.