DocumentAnimationProperties.FrameCount Property
Gets or sets the amount of frames employed in document animations. Increasing this value raises the animation quality but can negatively affect application performance.
Namespace: DevExpress.XtraBars.Docking2010.Views.Widget
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(100)]
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public int FrameCount { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Int32 | 100 | An Int32 value that is the total number of frames employed in document animation effects. |
Remarks
Animation effects are affected by both the FrameCount and DocumentAnimationProperties.FrameInterval properties. For example, to minimize document resize animations played while end-users drag widgets, set the DocumentAnimationProperties.FrameInterval property to 1 and the FrameCount property to 5.