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

AppearanceStyle.ImageSpacing Property

Gets or sets the amount of space between an image and the text contents within a container cell.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit that represents the spacing value.

Property Paths

You can access this nested property as listed below:

Object Type Path to ImageSpacing
HtmlEditorPasteOptionsBarStyles
.PasteOptionsBarItem .ImageSpacing

Remarks

Use the ImageSpacing property to specify the spacing between the text and image elements in the corresponding object which the current style applies to.

See Also