Back to Devexpress

FlyoutPanel.AnimationRate Property

windowsforms-devexpress-dot-utils-dot-flyoutpanel-38a3fe4b.md

latest1.4 KB
Original Source

FlyoutPanel.AnimationRate Property

Gets or sets the speed of the animation used to show and hide the FlyoutPanel.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[DefaultValue(50)]
[DXCategory("Options")]
public int AnimationRate { get; set; }
vb
<DXCategory("Options")>
<DefaultValue(50)>
Public Property AnimationRate As Integer

Property Value

TypeDefaultDescription
Int3250

An integer value specifying the rate of the animation used to show and hide the FlyoutPanel.

|

Remarks

Use the AnimationRate property to increase or decrease the default animation speed.

See Also

FlyoutPanel Class

FlyoutPanel Members

DevExpress.Utils Namespace