Show / Hide Table of Contents

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

Extension Methods

ImageExtensions.GetCultureSpecificImageAttribute<Orientation, TProperty>(Orientation, Expression<Func<Orientation, TProperty>>)
ImageExtensions.GetRequiredImageAttribute<Orientation, TProperty>(Orientation, Expression<Func<Orientation, TProperty>>)
ImageExtensions.GetSizeConstraint<Orientation, TProperty>(Orientation, Expression<Func<Orientation, TProperty>>)
☀
☾
In this article
Back to top
Documentation applies to: Adaptive Images 2.x
☀
☾