Width Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the width of the image in pixels

Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)

Syntax

C#
public int Width { get; }
Visual Basic
Public ReadOnly Property Width As Integer
	Get
Visual C++
public:
property int Width {
	int get ();
}

See Also