Skip to main content
Bar

BarStaticItem.RightIndent Property

Gets or sets the right text indent within a BarStaticItem - in pixels .

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default Description
Int32 0

Right text indent within a BarStaticItem - in pixels.

See Also