OffsetY Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the percentage offset from top [0-100]

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

Syntax

C#
public long OffsetY { get; }
Visual Basic
Public ReadOnly Property OffsetY As Long
	Get
Visual C++
public:
property long long OffsetY {
	long long get ();
}

See Also