Enum Orientation
Represents possible image orientations
Namespace: AdaptiveImages.Core
Assembly: AdaptiveImages.dll
Syntax
public enum Orientation
Fields
Name | Description |
---|---|
Landscape | Wider than, or equal to, the height |
Portrait | Height is larger than the width |
Square | Width and height are exactly equal |