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

DockManager.DockModeVS2005FadeSpeed Property

Gets or sets a value that specifies the speed of fade effects.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(15000)]
public int DockModeVS2005FadeSpeed { get; set; }

Property Value

Type Default Description
Int32 15000

An integer value that specifies the speed of fade effects.

Remarks

When the VS2005 docking style is used, small markers that indicate sides where the panel can be docked are displayed using the fade effect. Use the DockModeVS2005FadeSpeed property to specify the speed of fade effects. The greater the value, the slower the fade animation.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the DockModeVS2005FadeSpeed 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