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

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

Syntax

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

Field Value

The image top padding.

See Also