StandardWebSiteImageSize Enumeration |
An enumeration of the standard sizes for images used by the web site.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum StandardWebSiteImageSize
Public Enumeration StandardWebSiteImageSize
public enum class StandardWebSiteImageSize
type StandardWebSiteImageSize
Members
| Member name | Value | Description |
---|
| None | 0 |
Not applicable / not specified.
|
| Full | 1 |
The original size of the stock image.
|
| PictureListThumbnail | 2 |
The size of a thumbnail of an aircraft picture in the aircraft list.
|
| PictureDetail | 3 |
The size of an aircraft picture in the aircraft detail panel.
|
| IPhoneDetail | 4 |
The size of an aircraft picture in the iPhone detail panel.
|
| IPadDetail | 5 |
The size of an aircraft picture in the iPad detail panel.
|
| BaseStation | 6 |
The size of an aircraft picture conforming to the 200 x 133 standard.
|
See Also