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

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

Syntax

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

Field Value

The right track margin.

See Also