Skip to main content
Bar

BarStaticItem.ContentAlignment Property

Gets or sets the alignment of the item's content. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

[XtraSerializableProperty]
public HorizontalAlignment ContentAlignment { get; set; }

#Property Value

Type Description
HorizontalAlignment

A HorizontalAlignment property that specifies the alignment of the item's content.

See Also