Show / Hide Table of Contents

Enum FormFactor

Represents the different form factors.

Namespace: AdaptiveImages.Core
Assembly: AdaptiveImages.dll
Syntax
[Flags]
public enum FormFactor
Remarks

Options are in powers of 2 to support multiple bit flags.

Fields

Name Description
Large

Defines the large, e.g. "Desktop", form factor.

Medium

Defines the medium, e.g. "Tablet", form factor.

Small

Defines the small, e.g. "Mobile", form factor.

Extension Methods

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