Gets or sets the value which will be used to set the top position of the scrollable element (given by property ScrollTargetId of the C1ViewScroller).

Namespace:  C1.Web.iPhone.C1ViewScroller
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public virtual int TopOffset { get; set; }
Visual Basic
Public Overridable Property TopOffset As Integer
	Get
	Set

See Also