Gets or sets the value which will be used to set the left 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 LeftOffset { get; set; }
Visual Basic
Public Overridable Property LeftOffset As Integer
	Get
	Set

See Also