MenuStyle.TextIndent Property
Gets or sets the amount of space between an item‘s left border and text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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.
See Also