Skip to main content
A newer version of this page is available. .
Tab

ASPxButton.ImageSpacing Property

Gets or sets the amount of space between a display image and text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(typeof(Unit), "")]
public Unit ImageSpacing { get; set; }

Property Value

Type Default Description
Unit String.Empty

A Unit that represents the spacing value.

Remarks

Use the ImageSpacing property to control spacing between the button’s image (defined via the ASPxButton.Image property) and text (specified via the ASPxButton.Text property).

See Also