Represents the available sizes of pictures for facebook events, pages and users
Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)
Syntax
| C# |
|---|
[SerializableAttribute] public enum eFacebookObjectPictureSize |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Enumeration eFacebookObjectPictureSize |
| Visual C++ |
|---|
[SerializableAttribute] public enum class eFacebookObjectPictureSize |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Small | 0 | (50 x variable height) pixels | |
| Square | 1 | (50 x 50) pixels | |
| Normal | 2 | (100 x variable height) pixels | |
| Large | 3 | (about 200 x variable height) pixels |