Skip to main content
Tab

LevelProperties.ImageSpacing Property

Gets or sets the amount of space between an image and the text contents within the site map nodes of the current level.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.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.

Remarks

Use the ImageSpacing property to specify the spacing between the text and image elements in the site map nodes which belong to the current hierarchy level.

See Also