Back to Devexpress

DockManager.DockModeVS2005FadeFramesCount Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockmanager-dot-dockmodevs2005fadeframescount.md

latest2.0 KB
Original Source

DockManager.DockModeVS2005FadeFramesCount Property

Gets or sets the number of frames in the fading animation effect that are applied when displaying dock visualizers (markers) in VS2005 dock style.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(10)]
[DXCategory("Behavior")]
public int DockModeVS2005FadeFramesCount { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(10)>
Public Property DockModeVS2005FadeFramesCount As Integer

Property Value

TypeDefaultDescription
Int3210

An integer value that specifies the number of frames in the fading animation effect.

|

Remarks

When the DockManager.DockMode property is set to VS2005 , dock visualizers (markers) are displayed when a panel is being dragged. These indicate sides where the panel can be docked.

The dock visualizers are displayed using the fading animation effect. The number of frames in the animation are specified by the DockModeVS2005FadeFramesCount property. The greater the value, the smoother the animation.

To display the dock visualizers without the fading effect, set the DockModeVS2005FadeFramesCount property to 0.

See Also

CreateVs2005DockStyleVisualizers()

DockManager Class

DockManager Members

DevExpress.XtraBars.Docking Namespace