Skip to main content
Tab

MenuStyle.TextIndent Property

Gets or sets the amount of space between an item‘s left border and text.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Unit String.Empty

A Unit that is the spacing value.

Remarks

Note that the TextIndent property is not in effect when an item image is specified. In this case, use the ImageSpacing property to specify the spacing between the item image and text.

ASPxMenu-VisualElements-Gutter

See Also