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

BadgeShape Enum

Lists the Badge‘s shapes.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public enum BadgeShape

Members

Name Description
Pill

Specifies a pill.

Rectangle

Specifies a rectangle.

RoundedRectangle

Specifies a rounded rectangle.

Related API Members

The following properties accept/return BadgeShape values:

See Also