Gets or sets the image left padding value.

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

Syntax

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

Field Value

The image left padding.

See Also