Skip to main content
Bar

BarStaticItem.LeftIndent Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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