Skip to main content
A newer version of this page is available. .
Bar

BarStaticItem.LeftIndent Property

Gets or sets the left text indent in pixels within the BarStaticItem.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DefaultValue(0)]
public virtual int LeftIndent { get; set; }

Property Value

Type Default Description
Int32 0

Left text indent in pixels within the BarStaticItem.

See Also