MenuStyle.GutterImageSpacing Property
OBSOLETE
Use the ImageSpacing and TextIndent properties instead.
Gets or sets the amount of space between the menu gutter’s image and the text contents within a menu item.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[DefaultValue(typeof(Unit), "")]
[Obsolete("Use the ImageSpacing and TextIndent properties instead.", true)]
public virtual Unit GutterImageSpacing { get; set; }
Property Value
Type | Default |
---|---|
Unit | String.Empty |
See Also