Gets or sets the detail image top padding value. If empty then 9px will be used.

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

Syntax

C#
public virtual Unit DetailImagePaddingTop { get; set; }
Visual Basic
Public Overridable Property DetailImagePaddingTop As Unit
	Get
	Set

Field Value

The image top padding.

See Also