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. |