Gets or sets the fixed width of the image.

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

Syntax

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

Field Value

The width of the image.

See Also