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.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.