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

Transition.Control Property

Gets or sets the control whose navigation is animated by this Transition object.

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v22.1.dll

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

Declaration

public Control Control { get; set; }

Property Value

Type Description
Control

The control whose navigation is animated by this Transition object.

See Also