Back to Devexpress

Badge.HorizontalContentAlignment Property

wpf-devexpress-dot-xpf-dot-core-dot-badge-4634156d.md

latest2.4 KB
Original Source

Badge.HorizontalContentAlignment Property

Gets or sets the content’s horizontal alignment within the BadgeControl container. This is a dependency property.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public HorizontalAlignment HorizontalContentAlignment { get; set; }
vb
Public Property HorizontalContentAlignment As HorizontalAlignment

Property Value

TypeDefaultDescription
HorizontalAlignmentCenter

The HorizontalAlignment value that specifies the badge content’s horizontal alignment.

|

Remarks

The following table lists the available Badge.HorizontalContentAlignment values:

ValueFigure
Left
Center
Right
Stretch

The following code sample sets the Badge.HorizontalContentAlignment to Left :

xaml
<dx:SimpleButton ...>
  <dx:Badge.Badge>
    <dx:Badge Content="10" HorizontalAlignment="Stretch" 
    HorizontalContentAlignment="Left" />
  </dx:Badge.Badge>
</dx:SimpleButton>

See Also

Badge.VerticalContentAlignment Property

Badge Class

Badge Members

DevExpress.Xpf.Core Namespace