Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

MenuStyle.ImageSpacing Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public override Unit ImageSpacing { get; set; }

Property Value

Type Description
Unit

A Unit that represents the spacing value.

Property Paths

You can access this nested property as listed below:

Object Type Path to ImageSpacing
HtmlEditorPasteOptionsBarStyles
.PasteOptionsBar.ImageSpacing

Remarks

Use the ImageSpacing property to specify the spacing between the text and image elements in the menu items which the current style affects.

See Also