Skip to main content
A newer version of this page is available. .

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

Declaration

[DXCategory("Behavior")]
[DefaultValue(10)]
public int DockModeVS2005FadeFramesCount { get; set; }

Property Value

Type Default Description
Int32 10

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the DockModeVS2005FadeFramesCount property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also