Gets or sets the left track margin. Distance between track and left image.

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

Syntax

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

Field Value

The left track margin.

See Also