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.v19.2.dll

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