Badge.AnimationDuration Property
In This Article
Get or sets the BadgeControl‘s fade-in and fade-out animation duration. This is a dependency property.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | A System. |
#Remarks
The following code sample sets the BadgeControl‘s animation duration to 500ms:
<dx:SimpleButton ...>
<dx:Badge.Badge>
<dx:Badge Content="10" AnimationDuration="500" />
</dx:Badge.Badge>
</dx:SimpleButton>
See Also